fix php version in CI

This commit is contained in:
aslan 2024-01-19 16:14:36 +03:00
parent f3c9e8252f
commit 3e339d5f3a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1' ]
php-versions: [ '8.2' ]
steps:
- uses: actions/checkout@v3