update mastercontainer to php 8.2

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-10 20:40:04 +02:00
parent 1f7f675454
commit 72909bde64
10 changed files with 23 additions and 28 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
extensions: apcu
- name: Run dependency update script
run: |