fix php version in CI

This commit is contained in:
aslan 2024-01-19 16:17:05 +03:00
parent 3e339d5f3a
commit 159dc2fdb2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: composer install # will work
- name: Setup sqlite3 driver
run: apt install php8.1-sqlite3
run: apt install php-sqlite3
- name: Setup project
run: make setup