From 638aeaf61cc93321ea05407f2567b1e2ed9a5b73 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Mon, 11 Nov 2024 14:30:02 +0100 Subject: [PATCH] PHP 8.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cdd15e..72e4b20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4