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 0f66fee commit 9096f68
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,16 +9,16 @@ jobs:
strategy:
matrix:
php: [ '8.0', '8.1', '8.2', '8.3' ]
laravel: [ '9.2', '9.52', '10.0', '10.39', '11.x']
laravel: [ '9.2', '9.52', '10.0', '10.48', '11.0']
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 }}

services:
Expand Down

0 comments on commit 9096f68

Please sign in to comment.