Skip to content

Commit a571dd3

Browse files
authored
Laravel 10 support
2 parents 98a64e8 + 0c026b5 commit a571dd3

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.2, 8.1, 8.0]
17-
laravel: [9.*]
16+
php: [8.2, 8.1]
17+
laravel: [10.*, 9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 10.*
21+
testbench: ^8.0
2022
- laravel: 9.*
2123
testbench: ^7.0
2224

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0|^8.1|^8.2",
20-
"graham-campbell/security": "^9.1",
21-
"illuminate/contracts": "^9.0",
19+
"php": "^8.1|^8.2",
20+
"graham-campbell/security": "^11.0",
21+
"illuminate/contracts": "^9.0|^10.0",
2222
"spatie/laravel-package-tools": "^1.9.2"
2323
},
2424
"require-dev": {
25-
"nesbot/carbon": "^2.63",
25+
"nesbot/carbon": "^2.66",
2626
"nunomaduro/collision": "^6.0",
27-
"orchestra/testbench": "^7.0",
27+
"orchestra/testbench": "^7.0|^8.0",
2828
"pestphp/pest": "^1.21",
2929
"pestphp/pest-plugin-laravel": "^1.1",
3030
"phpunit/phpunit": "^9.5"
@@ -59,4 +59,4 @@
5959
},
6060
"minimum-stability": "dev",
6161
"prefer-stable": true
62-
}
62+
}

0 commit comments

Comments
 (0)