Skip to content

Commit 2d4cac5

Browse files
Started v4.2-dev
- Bump Laravel latest to 11.17 in CI
1 parent 75af470 commit 2d4cac5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.2', '8.3']
12-
laravel: ['10.43', '10.48', '11.0', '11.14']
12+
laravel: ['10.43', '10.48', '11.0', '11.17']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "4.1.x-dev"
35+
"dev-master": "4.2.x-dev"
3636
}
3737
}
3838
}

‎resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Vanilo Properties Module',
7-
'version' => '4.1.0'
7+
'version' => '4.2-dev'
88
];

0 commit comments

Comments
 (0)