From 6aeba16c2ce802654910aa5de544516bf8ce39a2 Mon Sep 17 00:00:00 2001 From: ppelgrims Date: Mon, 22 Apr 2024 12:24:11 +0200 Subject: [PATCH] Add laravel 11 to matrix --- .github/workflows/quality-assurance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index a33678c..3ee24c2 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -10,8 +10,10 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2, 8.3] - laravel: [^10.0] + laravel: [^10.0, ^11.0] include: + - laravel: ^11.0 + testbench: ^8.0 - laravel: ^10.0 testbench: ^8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }}