From 038723635cc213d976d9e65f799daa12ad4ea49c Mon Sep 17 00:00:00 2001 From: Jim Mason Date: Sat, 28 Oct 2023 12:52:49 +0100 Subject: [PATCH] removed php 8.0 as CI build target --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 420b11eb..20dfa4d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4', '8.0', '8.2'] + php-versions: ['7.4', '8.2'] steps: - name: Checkout source