Run tests with php 7.4
This commit is contained in:
parent
8ff70134ae
commit
7308514e53
3
.github/workflows/test_and_publish.yml
vendored
3
.github/workflows/test_and_publish.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
||||
test:
|
||||
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
||||
strategy:
|
||||
max-parallel: 3
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.3', '7.4']
|
||||
@ -26,7 +25,7 @@ jobs:
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
coverage: pcov
|
||||
extensions: mbstring
|
||||
extensions: mbstring, pdo-sqlite, pdo-pgsql, pdo-mysql
|
||||
|
||||
- name: Set up database
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user