Skip to content

Commit 7ac5316

Browse files
Added Laravel 13 support to the v6 line
1 parent 77bfff4 commit 7ac5316

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.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.4', '8.5' ]
12-
laravel: [ '12.50' ]
12+
laravel: [ '12.50', '12.56', '13.0', '13.6' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

Changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
- Dropped PHP 8.3 support
99
- Dropped Laravel 10 & 11 support
10-
- Changed the minimum Laravel 12 version to v12.50
1110

1211
## 5.x Series
1312

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"konekt/concord": "^1.16",
2323
"konekt/enum": "^4.2",
2424
"konekt/laravel-migration-compatibility": "^1.6",
25-
"laravel/framework": "^12.50",
25+
"laravel/framework": "^12.50|^13.0",
2626
"vanilo/contracts": "^6.0",
2727
"vanilo/support": "^6.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^11.0|^12.0",
31-
"orchestra/testbench": "^10.0"
31+
"orchestra/testbench": "^10.0|^11.0"
3232
},
3333
"autoload": {
3434
"psr-4": { "Vanilo\\Shipment\\": "" }

0 commit comments

Comments
 (0)