From c1e2631835f2bae8d5ed3e67cea1f7c8102c9ec4 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 9 Mar 2024 20:39:55 +0100 Subject: [PATCH] Tweak testsuite --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e863a0..accc7d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: php: [ '8.1', '8.2', '8.3'] laravel: [ '9', '10', '11' ] exclude: - - laravel: 11.* + - laravel: 11 php: 8.1 name: PHP ${{ matrix.php }}; Laravel ${{ matrix.laravel }}