From 3798237b5ca6a21bdbf3313848c6597eb483b32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20=C5=BDivanovi=C4=87?= Date: Thu, 26 Dec 2024 10:07:11 +0100 Subject: [PATCH] Test with PHP 8.4 --- .github/workflows/run-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e9c1494..5fb50ec 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2] + php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2] laravel: [11, 10, 9, 8, 7, 6] include: - laravel: 11 @@ -55,12 +55,16 @@ jobs: php: 7.2 - laravel: 8 php: 7.2 + - laravel: 7 + php: 8.4 - laravel: 7 php: 8.3 - laravel: 7 php: 8.2 - laravel: 7 php: 8.1 + - laravel: 6 + php: 8.4 - laravel: 6 php: 8.3 - laravel: 6