Skip to content

Commit ea60157

Browse files
authored
Merge pull request #156 from laravel-shift/l13-compatibility
Laravel 13.x Compatibility
2 parents 3f68801 + 9219c96 commit ea60157

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php: [8.4, 8.3, 8.2]
15-
laravel: ['10.*', '11.*', '12.*']
15+
laravel: ['10.*', '11.*', '12.*', '13.*']
1616
dependency-version: [prefer-stable]
1717
exclude:
1818
- php: 8.4
1919
laravel: 10.*
20+
- laravel: 13.*
21+
php: 8.2
2022

2123
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2224

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/support": "^10.48.23|^11.35|^12.0",
20+
"illuminate/support": "^10.48.23|^11.35|^12.0|^13.0",
2121
"laravel/nova": "^5.0",
2222
"nesbot/carbon": "^2.62.1|^3.4",
2323
"spatie/laravel-backup": "^9.0"
2424
},
2525
"require-dev": {
2626
"laravel/nova-devtool": "^1.4",
27-
"orchestra/testbench": "^8.30|^9.7|^10.0",
27+
"orchestra/testbench": "^8.30|^9.7|^10.0|^11.0",
2828
"spatie/phpunit-snapshot-assertions": "^5.1.7"
2929
},
3030
"repositories": [

0 commit comments

Comments
 (0)