Skip to content

Commit 16b51d7

Browse files
committed
Tweak GitHub matrix
1 parent 7cebcb6 commit 16b51d7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/run-tests.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.2, 7.3, 7.4]
13-
laravel: [^6.18, 7.*]
12+
php: [7.3, 7.4]
13+
laravel: [7.*, 8.*]
1414
composer-flags: ['--prefer-stable']
1515
next-laravel: [false]
1616
include:
1717
- php: 7.2
1818
laravel: ^6.18
1919
composer-flags: '--prefer-stable --prefer-lowest'
2020
next-laravel: false
21+
- php: 7.2
22+
laravel: ^6.18
23+
composer-flags: '--prefer-stable'
24+
next-laravel: false
2125
- php: 7.4
2226
laravel: 7.*
2327
composer-flags: '' # This empty flag removes the prefer-stable switch to cause dev dependencies to be installed
2428
next-laravel: false
25-
- php: 7.4
26-
laravel: 8.*
27-
composer-flags: '--prefer-stable'
28-
next-laravel: true
2929

3030
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Composer ${{ matrix.composer-flags }}
3131

@@ -43,6 +43,7 @@ jobs:
4343
uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: ${{ matrix.php }}
46+
tools: composer:v2
4647
extensions: curl, iconv, mbstring, pdo, pdo_sqlite, sqlite, zip
4748
coverage: none
4849

0 commit comments

Comments
 (0)