chore(build): change CI PHP version

This commit is contained in:
Phan An 2024-07-06 17:48:57 +02:00
parent 55543039e0
commit 781af8dc27

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
steps:
- uses: actions/checkout@v1