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 25a34ee commit 6a17ce9Copy full SHA for 6a17ce9
.github/workflows/run_tests.yml
@@ -11,6 +11,11 @@ jobs:
11
php: [7.3, 7.4, 8.0]
12
laravel: [7.*, 8.*]
13
dependency-version: [prefer-stable, prefer-lowest]
14
+ include:
15
+ - laravel: 7.*
16
+ testbench: 5.*
17
+ - laravel: 8.*
18
+ testbench: 6.*
19
20
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} (${{ matrix.dependency-version }})
21
0 commit comments