From c975ec4668abd99985efe2d93f44489321dd6142 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 21 Nov 2024 14:58:32 +0000 Subject: [PATCH] wip --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0831336..c6013ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,13 +12,13 @@ jobs: strategy: matrix: - php: [8.2, 8.3, 8.4] + php: [8.2, 8.3] laravel: [11.*] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest] - exclude: + include: - php: 8.4 - laravel: 10.* + stability: prefer-stable name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}