fix php version in CI
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (push) Successful in 2m2s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (push) Failing after 1m21s Details

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: strategy:
matrix: matrix:
php-versions: [ '8.2' ] php-versions: [ '8.2' ]
node-version: ['14.x', '16.x', '18.x'] node-version: ['20.x']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4