From eba4c30a975eecb4d6dcba7de0dc8355ce695d1f Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 11 Feb 2025 10:09:52 +0000 Subject: [PATCH] add PHP 8.4 to the testing matrix in GitHub Actions --- .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 b9d614d..2e8387c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - 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'] steps: ## checkout the repoistory - name: Checkout Repo