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:
|
test:
|
||||||
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 3
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.3', '7.4']
|
php: ['7.3', '7.4']
|
||||||
@ -26,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
extensions: mbstring
|
extensions: mbstring, pdo-sqlite, pdo-pgsql, pdo-mysql
|
||||||
|
|
||||||
- name: Set up database
|
- name: Set up database
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user