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 a11ffb0 commit 8a23ccd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.1.x-dev"
"dev-master": "4.2.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Links Module',
'version' => '4.1.0'
'version' => '4.2-dev'
];

0 comments on commit 8a23ccd

Please sign in to comment.