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.
2 parents a34f0cd + 88e7192 commit 2bd3552Copy full SHA for 2bd3552
.github/workflows/run-tests.yml
@@ -10,12 +10,14 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
php: [8.2, 8.3]
13
- laravel: [10.*]
+ laravel: [10.*, 11.*]
14
coverage: [none]
15
dependency-version: [prefer-stable]
16
include:
17
- laravel: 10.*
18
testbench: 8.*
19
+ - laravel: 11.*
20
+ testbench: 9.*
21
22
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
23
composer.json
@@ -32,7 +32,7 @@
32
},
33
"require-dev": {
34
"phpunit/phpunit": "^10.0",
35
- "orchestra/testbench": "^v8.19.0",
+ "orchestra/testbench": "^v8.19.0|^9.0",
36
"league/flysystem-aws-s3-v3": "^3.0",
37
"pestphp/pest": "^2.0"
38
0 commit comments