From c5960b7cd1a3778358f5c604e6052df69d6c7c6e Mon Sep 17 00:00:00 2001 From: megasteve19 Date: Fri, 17 Feb 2023 15:52:57 +0200 Subject: [PATCH] update tests workflow --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a76e3d2..77de178 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,11 +14,11 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.1] - laravel: [9.*] + laravel: [10.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 9.* - testbench: 7.* + - laravel: 10.* + testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}