From 09bbab8fd95ee922c5db4fcfe6dec8f9d758436c Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Fri, 8 Jan 2021 17:43:06 +0100 Subject: [PATCH] Somehow I managed to miss testing on php7.1 in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233c0810..e6320431 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: - ubuntu-latest php-version: + - "7.1" - "7.2" - "7.3" - "7.4"