From 4ae71fa3d2db02547b708decd49a9949b4410a70 Mon Sep 17 00:00:00 2001 From: ardakaraderi Date: Sat, 23 Mar 2024 22:11:36 +0200 Subject: [PATCH] Test bench version updated to 9 on tests. --- .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 943125e..d9ece21 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: 11.* - testbench: 8.* + testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}