Run tests with php 7.4

This commit is contained in:
Shish 2019-12-09 14:05:29 +00:00
parent 8ff70134ae
commit 7308514e53

View File

@ -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: |