fix php version in CI
Tests & Lint & Deploy to Railway / build (8.2) (push) Successful in 1m54s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (push) Failing after 1m20s Details

This commit is contained in:
aslan 2024-01-19 16:19:27 +03:00
parent 159dc2fdb2
commit 748d76441e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: composer install # will work run: composer install # will work
- name: Setup sqlite3 driver - name: Setup sqlite3 driver
run: apt install php-sqlite3 run: apt install php${{ matrix.php-versions }}-sqlite3
- name: Setup project - name: Setup project
run: make setup run: make setup