Skip to content

Commit 8ee5a8b

Browse files
committed
Update run-tests.yml
1 parent b635ac9 commit 8ee5a8b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.0, 8.1]
17-
laravel: [8.*, 9.*]
1817
stability: [prefer-stable]
19-
include:
20-
- laravel: 8.*
21-
testbench: ^6.6
22-
- laravel: 9.*
23-
testbench: ^7.3
2418

25-
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
19+
name: PHP ${{ matrix.php }}
2620

2721
steps:
2822
- name: Checkout code
@@ -42,7 +36,6 @@ jobs:
4236
4337
- name: Install dependencies
4438
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4639
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4740
4841
- name: Execute tests

0 commit comments

Comments
 (0)