From b66c4baa017063abb295854ace97634f306f293b Mon Sep 17 00:00:00 2001 From: othillo Date: Fri, 22 Apr 2022 12:02:39 +0200 Subject: [PATCH] update supported PHP versions --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426f2da..6137f5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: strategy: matrix: php-version: - - "7.3" - "7.4" - "8.0" - "8.1"