From b1c6554ce725a64012518cf99b5f8e71406b58cb Mon Sep 17 00:00:00 2001 From: denisdulici Date: Sun, 1 Dec 2019 20:39:37 +0300 Subject: [PATCH] php 7.4 tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79d66cb48..9a1213e14 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 2 matrix: - php-versions: ['7.2', '7.3'] + php-versions: ['7.2', '7.3', '7.4'] steps: - uses: actions/checkout@v1