We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf2d49 commit 7182989Copy full SHA for 7182989
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: run-tests
+name: Tests
2
3
on:
4
push:
composer.json
@@ -21,8 +21,8 @@
21
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
22
},
23
"require-dev": {
24
- "orchestra/database": "^4.0|^5.0|^6.0",
25
- "orchestra/testbench": "^4.0|^5.0|^6.0"
+ "orchestra/database": "^10.0|^9.0|^8.0",
+ "orchestra/testbench": "^10.0|^9.0|^8.0"
26
27
"autoload": {
28
"files": [
0 commit comments