Skip to content

Commit 7182989

Browse files
committed
wip
1 parent 3cf2d49 commit 7182989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run-tests
1+
name: Tests
22

33
on:
44
push:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2222
},
2323
"require-dev": {
24-
"orchestra/database": "^4.0|^5.0|^6.0",
25-
"orchestra/testbench": "^4.0|^5.0|^6.0"
24+
"orchestra/database": "^10.0|^9.0|^8.0",
25+
"orchestra/testbench": "^10.0|^9.0|^8.0"
2626
},
2727
"autoload": {
2828
"files": [

0 commit comments

Comments
 (0)