From a43584b9286d8f274f099baf9302bf54e11474d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Fri, 1 Jan 2021 15:13:38 +0100 Subject: [PATCH] CI: update php matrix --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 76bbc02..c149fdb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - php-version: ["7.4"] + php-version: ["7.2","7.3","7.4","8.0"] operating-system: ["ubuntu-latest"] fail-fast: false