Skip to content

Commit b2adfa2

Browse files
committed
fix GitHub actions
1 parent fa88d8a commit b2adfa2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
php: 8.2
4040
- laravel: 7.*
4141
php: 8.3
42+
- laravel: 8.*
43+
php: 8.1
44+
dependency-version: prefer-lowest
4245
- laravel: 8.*
4346
php: 8.2
4447
- laravel: 8.*

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": ">=6.9",
26-
"phpunit/phpunit": ">=8.0"
26+
"phpunit/phpunit": ">=8.5.23",
27+
"nesbot/carbon": ">=2.62.1"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)