From 4330dbdda507624f75315cce0f8c58a5295b1a0d Mon Sep 17 00:00:00 2001 From: Ben Sherred Date: Sun, 25 Aug 2024 16:20:57 +0100 Subject: [PATCH] ci: test laravel 11 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42496aa..75fb112 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: php: [ 8.2, 8.3 ] - laravel: [ 10.* ] + laravel: [ 10.*, 11.* ] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}