From 5da8fce461b7ff70191edf7c9f8655f9c3054c42 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Mon, 6 Nov 2023 00:24:48 -0500 Subject: [PATCH] Always use testbench > 8.14 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 57152e11..a34885ac 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: stability: [prefer-lowest, prefer-stable] include: - laravel: 10.* - testbench: 8.* + testbench: ^8.14 carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}