From 8bc751940c2c7f57c95b9fe5340e37ec9139145f Mon Sep 17 00:00:00 2001 From: thePanz Date: Thu, 15 Feb 2024 23:18:11 +0100 Subject: [PATCH] Remove PHP v8.0 from CI workflow --- .github/workflows/continuous-integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 47e723aed..3839fbaa0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,6 @@ jobs: matrix: php-version: - "7.4" - - "8.0" - "8.1" - "8.2" - "8.3"