From 05a1b630610aca6fbf6a9d6c33b98d905219a554 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 6 Jul 2020 17:49:52 +0100 Subject: [PATCH] php 7.4 is stable now --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 72d22d49..eabd4150 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -13,7 +13,7 @@ jobs: max-parallel: 3 fail-fast: false matrix: - php: ['7.3'] + php: ['7.3', '7.4'] database: ['pgsql', 'mysql', 'sqlite'] runs-on: ubuntu-latest