Skip to content

Commit

Permalink
Bump Laravel to 10.48 & 11.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 12, 2024
1 parent 0f42bd2 commit 131c1fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
strategy:
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.39', '11.x']
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.48', '11.0']
enum: ['2', '3', '4']
exclude:
- php: '8.0'
laravel: '10.0'
- php: '8.0'
laravel: '10.39'
laravel: '10.48'
- php: '8.0'
laravel: '11.x'
laravel: '11.0'
- php: '8.1'
laravel: '11.x'
laravel: '11.0'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }}
steps:
- name: Checkout
Expand Down

0 comments on commit 131c1fe

Please sign in to comment.