fix php version in CI
This commit is contained in:
parent
159dc2fdb2
commit
748d76441e
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: composer install # will work
|
||||
|
||||
- name: Setup sqlite3 driver
|
||||
run: apt install php-sqlite3
|
||||
run: apt install php${{ matrix.php-versions }}-sqlite3
|
||||
|
||||
- name: Setup project
|
||||
run: make setup
|
||||
|
|
Loading…
Reference in New Issue