From 76d7dfc2f4f7c1d725249cb21014565436fa0a1c Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 4 Aug 2024 13:16:53 +0100 Subject: [PATCH] Test on PHP8.4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1826952b..efbd0dd08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: fail-fast: false matrix: php-version: + - "8.4" - "8.3" - "8.2" - "8.1"