From 26e2005d1e6603e4f2ebaf20fe8ee1e3a36ed8b7 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 24 Oct 2020 16:22:40 +0200 Subject: [PATCH] Add 7.1 to test matrix --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6f1a7364..9931b5a5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -90,6 +90,7 @@ jobs: strategy: matrix: php-version: + - "7.1" - "7.2" - "7.3" - "7.4" @@ -125,7 +126,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.1" - "7.4" steps: