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 b29a6d9 commit d4b86e8Copy full SHA for d4b86e8
.github/workflows/run-tests.yml
@@ -16,11 +16,11 @@ jobs:
16
os: [ubuntu-latest]
17
include:
18
- laravel: 8.*
19
- testbench: 6.*
+ testbench: ^6.3
20
- laravel: 7.*
21
- testbench: 5.*
+ testbench: ^5.8
22
- laravel: 6.*
23
- testbench: 4.*
+ testbench: ^4.9
24
25
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
26
0 commit comments