update mastercontainerto php 8.1

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-23 17:02:47 +01:00
parent 3eb2b164e1
commit 950ab32d26
8 changed files with 12 additions and 12 deletions

View file

@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up php8.0
- name: Set up php8.1
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
extensions: apcu
coverage: none