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 9c8540e commit 99e799b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
testbench: 7.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 6
php: 8.0
- laravel: 7
php: 8.0
- laravel: 8
php: 7.2
- laravel: 8
php: 7.3
- laravel: 8
php: 8.0
exclude:
- laravel: 6
php: 8.0
- laravel: 7
php: 8.0
- laravel: 8
php: 7.2
- laravel: 8
php: 7.3
- laravel: 8
php: 8.0

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

Expand Down

0 comments on commit 99e799b

Please sign in to comment.