From 0bd1fcbbceaafc616011fa4dfc13f8118b63250c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 7 Jan 2025 10:28:17 +0100 Subject: [PATCH] CI: Add PHP 8.4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6870e0e..ffd1a99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: true matrix: - php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] + php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"] name: PHP ${{ matrix.php }}/Linux