From d76570fab794b199caa8ce3fb4141ce6d9535b5c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 24 Nov 2024 13:48:50 +0100 Subject: [PATCH] CI: Add PHP 8.4 to the 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 3ccccbd..34377ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false 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"] name: Test / PHP ${{ matrix.php }}