Skip to content

Commit dcca054

Browse files
vblindenmaartenpaauw
authored andcommitted
Add support for Laravel 10
1 parent be6fde8 commit dcca054

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.0, 8.1]
17-
laravel: [8.*, 9.*]
17+
laravel: [8.*, 9.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 8.*
2121
testbench: ^6.23
2222
- laravel: 9.*
2323
testbench: ^7.1
24+
- laravel: 10.*
25+
testbench: ^8.0
2426

2527
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2628

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^8.83|^9.2"
21+
"illuminate/contracts": "^8.83|^9.2|^10.4"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^5.11|^6.1",

0 commit comments

Comments
 (0)