Skip to content

Commit bc5c219

Browse files
committed
Merge remote-tracking branch 'origin/laravel-10'
2 parents 9ee53d0 + 4eb4510 commit bc5c219

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
laravel: [9]
11+
laravel: [9, 10]
1212
php: ["8.0", 8.1, 8.2]
13+
exclude:
14+
- php: "8.0"
15+
laravel: 10
1316

1417
steps:
1518
- uses: actions/checkout@v3

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": "^8.0",
13-
"laravel/framework": "^9.0.1",
13+
"laravel/framework": "^9.0.1|^10.0",
1414
"postal/postal": "^1.0.1"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.0",
18-
"orchestra/testbench": "^7.0",
18+
"orchestra/testbench": "^7.0|^8.0",
1919
"nunomaduro/larastan": "^2.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)