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