From 66a947723a051171393db3ff37a11015dce36fd7 Mon Sep 17 00:00:00 2001 From: johguentner Date: Sun, 5 May 2024 13:28:21 +0900 Subject: [PATCH] reactivate testbench 9.* for laravel 11.*, however exclude for laravel 8.* --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1219882..d27c03c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: matrix: php: ["8.0", "8.1", "8.2"] laravel: ["8.*", "11.*"] - testbench: ["6.*", "8.*"] + testbench: ["6.*", "9.*"] dependency-version: [prefer-stable] include: - laravel: 8.* @@ -25,6 +25,8 @@ jobs: php: "8.0" - laravel: 11.* php: "8.1" + - laravel: "8.*" + testbench: "9.*" name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest