From f6efdfc11bf8df734daf2809b9cef7a9b825366c Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Tue, 26 Nov 2024 11:42:36 +0100 Subject: [PATCH] Add PHP 8.4 to CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b944d70..a385b83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] steps: - name: Set up PHP