From 1aa13dae59dfdba0473475c5113161f690396d6c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 1 Nov 2024 09:36:36 +0100 Subject: [PATCH] Update laravel.yml --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 921a9bacf..1c95871a3 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.2, 8.3 ] + php: [ 8.2, 8.3, 8.4 ] name: PHP ${{ matrix.php }} services: