From 91f34f1511c04827077625fba51e8c69d2d21d89 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Sun, 3 Mar 2024 13:15:32 +0100 Subject: [PATCH] Include 7.2 back into CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ee928..c9e7feb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: matrix: php-versions: + - "7.2" - "7.3" - "7.4" - "8.0"