From f13f225cec51e9a856432e67d548d6e5af2146e8 Mon Sep 17 00:00:00 2001 From: "Fabian @ Blax Software" Date: Wed, 3 Dec 2025 14:52:32 +0100 Subject: [PATCH] D laravel 9, A php 8.5 --- .github/workflows/tests.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a72ef5..a954151 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,6 @@ jobs: fail-fast: false matrix: include: - - php: 8.2 - laravel: 9.* - testbench: 7.* - php: 8.2 laravel: 10.* testbench: 8.* @@ -25,9 +22,6 @@ jobs: - php: 8.2 laravel: 12.* testbench: 10.* - - php: 8.3 - laravel: 9.* - testbench: 7.* - php: 8.3 laravel: 10.* testbench: 8.* @@ -43,6 +37,9 @@ jobs: - php: 8.4 laravel: 12.* testbench: 10.* + - php: 8.5 + laravel: 12.* + testbench: 10.* name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}