Updated dockerimages to PHP 8.2 and added full support for this version

This commit is contained in:
Alejandro Celaya
2022-12-10 17:29:52 +01:00
parent 27bf7220b9
commit dab0ebeb99
7 changed files with 8 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.1']
php-version: ['8.1', '8.2']
swoole: ['yes', 'no']
steps:
- uses: actions/checkout@v3
@@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.1']
php-version: ['8.1', '8.2']
swoole: ['yes', 'no']
steps:
- uses: geekyeggo/delete-artifact@v1