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 e4b9d69 commit d7aa71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
laravel: ['10.0', '10.39', '11.x']
laravel: ['10.0', '10.48', '11.0']
exclude:
- php: '8.1'
laravel: '11.x'
laravel: '11.0'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit d7aa71f

Please sign in to comment.