Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Feb 9, 2024
1 parent 99e799b commit 8929444
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 6
- laravel: 6.*
php: 8.0
- laravel: 7
- laravel: 7.*
php: 8.0
- laravel: 8
- laravel: 8.*
php: 7.2
- laravel: 8
- laravel: 8.*
php: 7.3
- laravel: 8
- laravel: 8.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down

0 comments on commit 8929444

Please sign in to comment.