From 10f85b3ee9adc6b6cddad50b500252e3cdfe7b06 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Tue, 1 Oct 2024 19:09:18 +0200 Subject: [PATCH] Add PHP 8.4 to matrix (#12) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 600ec39..903d139 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,7 @@ jobs: php: - '7.2' - '8.3' + - '8.4' runs-on: ubuntu-latest