From 1b8b6a154aff30f696049ffca535486f74e88e78 Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Fri, 17 Feb 2023 12:01:31 +0000 Subject: [PATCH] Fix exclusion case --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff8dc99..16af317 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: testbench: ^6.23 exclude: - laravel: 10.* - - php: 8.0 + php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - uses: actions/checkout@v2