From 403c25a3117c1019680af1e8af17d6534e77953e Mon Sep 17 00:00:00 2001 From: Jim Mason Date: Sat, 23 Nov 2024 10:57:56 +0000 Subject: [PATCH] Update CI build targets (#487) --- .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 5d0d87ad..6c3b7a57 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.2', '8.3'] + php-versions: ['7.4', '8.2', '8.4'] steps: - name: Checkout source