Skip to content

Commit d666c3d

Browse files
authored
Merge pull request #123 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 52188c2 + 0101288 commit d666c3d

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,9 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1]
17-
laravel: [9.*]
17+
laravel: [9.*, 10.*]
1818
stability: [prefer-stable]
1919
include:
20+
- laravel: 10.*
21+
testbench: 8.0
2022
- laravel: 9.*
2123
testbench: 7.0
2224

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"require-dev": {
45-
"orchestra/testbench": "^7.0",
45+
"orchestra/testbench": "^7.0|^8.0",
4646
"pestphp/pest": "^1.21",
4747
"pestphp/pest-plugin-laravel": "^1.2",
4848
"phpunit/phpunit": "^9.5.10",

0 commit comments

Comments
 (0)