Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Mar 13, 2024
1 parent c20f51b commit bd59ae4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,19 @@ jobs:
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 11.*
php: [8.2, 8.1, 8.0]
- laravel: 10.*
php: 8.0
- laravel: '11.*'
php: '8.2'
- laravel: '11.*'
php: '8.1'
- laravel: '11.*'
php: '8.0'
- laravel: '10.*'
php: '8.0'






name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest

Expand Down

0 comments on commit bd59ae4

Please sign in to comment.