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 8cfc024 commit 2e659e8Copy full SHA for 2e659e8
.github/workflows/tests.yml
@@ -9,10 +9,8 @@ jobs:
9
fail-fast: true
10
matrix:
11
php: [7.4, 8.0, 8.1]
12
- laravel: [7.*, 8.*]
+ laravel: [8.*]
13
include:
14
- - laravel: 7.*
15
- testbench: 5.*
16
- laravel: 8.*
17
testbench: 6.*
18
composer.json
@@ -21,7 +21,7 @@
21
"require": {
22
"php": "^7.4|^8.0|^8.1",
23
"elastic/enterprise-search": "^7.1",
24
- "laravel/scout": "^8.0|^9.0"
+ "laravel/scout": "^9.0"
25
},
26
"require-dev": {
27
"orchestra/testbench": "^6.17",
0 commit comments