From a583ea94a491300e5de651a05ba2cad8a8d52d9e Mon Sep 17 00:00:00 2001 From: Petr Kessler Date: Sat, 18 Jun 2022 12:56:10 +0200 Subject: [PATCH] GA: added PHP 8.0 & 8.1 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c4bbf2..57bd369 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.1', '7.2', '7.3', '7.4'] + php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] fail-fast: false