From 8176aceb37c68bc7e43bd53b77135ef91ed23f32 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Thu, 7 Nov 2024 22:27:21 +0100 Subject: [PATCH] Add tests for PHP 8.3 and 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 0618411..f67c00a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: coverage: [ 'none' ] - php-versions: [ '8.0', '8.1', '8.2' ] + php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] exclude: - php-versions: '8.2' include: