From 4ce55072ac6388cc737e56760aefd4cc951728a9 Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Thu, 21 Nov 2024 18:22:29 +0100 Subject: [PATCH] Add PHP 8.3 / 8.4 in CI --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2e03dd9..d156210 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] symfony_constraint: [false] include: - description: 'Symfony 3.4'