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