Skip to content

Commit 64f8df9

Browse files
authored
Update run-tests.yml
1 parent a8a3e8e commit 64f8df9

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [8.4, 8.3, 8.2, 8.1]
15-
laravel: ['9.*', '10.*', '11.*', '12.*']
14+
php: [8.4, 8.3]
15+
laravel: ['11.*', '12.*']
1616
dependency-version: [prefer-lowest, prefer-stable]
17-
include:
18-
- laravel: 10.*
19-
testbench: 8.*
20-
- laravel: 9.*
21-
testbench: 7.*
22-
- laravel: 11.*
23-
testbench: 9.*
24-
- laravel: 12.*
25-
testbench: 10.*
26-
exclude:
27-
- laravel: 11.*
28-
php: 8.1
29-
- laravel: 12.*
30-
php: 8.1
3117

3218
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3319

@@ -44,7 +30,7 @@ jobs:
4430

4531
- name: Install dependencies
4632
run: |
47-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
33+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4834
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4935
5036
- name: Execute tests

0 commit comments

Comments
 (0)