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 f7a7133 commit d8f1ec5Copy full SHA for d8f1ec5
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- laravel: [6, 8, 9]
+ laravel: [8, 9]
12
13
steps:
14
- name: Checkout code
composer.json
@@ -20,11 +20,11 @@
20
}
21
],
22
"require": {
23
- "illuminate/database": "^6.0|^8.0|^9.0"
+ "illuminate/database": "^8.0|^9.0"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^8.4|^9.0",
27
- "orchestra/testbench": "^4.0|^6.0|^7.0"
+ "orchestra/testbench": "^6.0|^7.0"
28
29
"minimum-stability": "dev",
30
"prefer-stable": true
0 commit comments