Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Aug 1, 2024
1 parent f63b52a commit 8107e20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
laravel: ['10.*', '11.*']
php: [8.0, 8.1, 8.2, 8.3]
laravel: ['9.*', '10.*', '11.*']
exclude:
- php: 8.1
laravel: 11.*
- php: 8.3
laravel: 9.*
- php: 8.0
laravel: 11.*
- php: 8.0
laravel: 10.*

name: 'PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}'
Expand Down

0 comments on commit 8107e20

Please sign in to comment.