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 bba9fa9 commit 79e11f8Copy full SHA for 79e11f8
.github/workflows/tests.yml
@@ -11,13 +11,8 @@ jobs:
11
strategy:
12
matrix:
13
php: ['8.0', '8.1']
14
- laravel: [8.*, 9.*]
+ laravel: [9.*]
15
stability: [prefer-lowest, prefer-stable]
16
- include:
17
- - laravel: 8.*
18
- testbench: ^6.6
19
- - laravel: 9.*
20
- testbench: 7.*
21
22
steps:
23
- name: Checkout code
composer.json
@@ -23,13 +23,13 @@
],
24
"require": {
25
"php": "^8.0",
26
- "laravel/framework": "^8.67|^9.0",
+ "laravel/framework": "^9.0",
27
"guzzlehttp/guzzle": "^7.4",
28
"jenssegers/agent": "2.6.*"
29
},
30
"require-dev": {
31
"phpunit/phpunit": "^9.5",
32
- "orchestra/testbench": "^6.23|^7.4"
+ "orchestra/testbench": "^7.4"
33
34
"autoload": {
35
"psr-4": {
0 commit comments