chore(build): change CI PHP version

This commit is contained in:
Phan An 2024-04-18 23:11:17 +02:00
parent 727cba81d0
commit c0a42fe36c
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 8.0 ]
php-version: [ 8.1, 8.2 ]
mysql-version: [ 5.7, 8.0 ]
fail-fast: false

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 8.0, 8.1 ]
php-version: [ 8.1, 8.2 ]
fail-fast: false
services: