From 7308514e53c16ef3934a833fb09bf87449f1d832 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 9 Dec 2019 14:05:29 +0000 Subject: [PATCH] Run tests with php 7.4 --- .github/workflows/test_and_publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index eabd4150..8bbc0f14 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -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: |