fix php version in CI

This commit is contained in:
aslan 2024-01-19 16:42:10 +03:00
parent 9e0e298810
commit 88c692bfe1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-versions: [ '8.2' ]
node-version: ['14.x', '16.x', '18.x']
node-version: ['20.x']
steps:
- uses: actions/checkout@v4