Skip to content

Commit

Permalink
Started v4.2-dev
Browse files Browse the repository at this point in the history
- Bump Laravel latest to 11.17 in CI
  • Loading branch information
fulopattila122 committed Jul 24, 2024
1 parent ff0f997 commit 86b42ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.14']
laravel: ['10.43', '10.48', '11.0', '11.17']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.1.x-dev"
"dev-master": "4.2.x-dev"
}
}
}

0 comments on commit 86b42ac

Please sign in to comment.