From 2bd046605bcaa35bca015f99c180172e9eec48c4 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 25 Jan 2023 23:05:09 +0000 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 22eb501..886847b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,10 +13,15 @@ jobs: fail-fast: true matrix: php: [8.0, 8.1, 8.2] - laravel: [9.*] + laravel: [10.*, 9.*] include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* + exclude: + - laravel: 10.* + php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }}