From 39c128e0d855f9ab692577b5ccab4fd1c94a129e Mon Sep 17 00:00:00 2001 From: John Boehr Date: Fri, 27 Sep 2024 17:45:14 -0700 Subject: [PATCH] Add PHP 8.4 to the test matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 762385e..20c5313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" steps: - uses: actions/checkout@v4 @@ -66,6 +67,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" steps: - uses: actions/checkout@v4