Skip to content

Commit 5ac5572

Browse files
committed
adjust test version matrix
1 parent 23e7556 commit 5ac5572

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ jobs:
1818
laravel: [8.*, 9.*, 10.*]
1919
dependency-version: [prefer-stable]
2020
os: [ubuntu-latest]
21-
include:
21+
exclude:
2222
- laravel: 10.*
23-
testbench: 8.*
24-
- laravel: 9.*
25-
testbench: 7.*
26-
- laravel: 8.*
27-
testbench: 6.*
23+
php: 8.0
2824

2925
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3026

@@ -52,7 +48,7 @@ jobs:
5248

5349
- name: Install dependencies
5450
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
51+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
5652
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
5753
5854
- name: Execute tests

0 commit comments

Comments
 (0)