Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit bdc9f0d

Browse files
author
Holger Lösken
committed
Fix issues with testing
1 parent 1288c68 commit bdc9f0d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
include:
1414
- laravel: 8.*
1515
testbench: 6.*
16-
- laravel: 7.*
17-
testbench: 5.*
1816
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1917
steps:
2018
- name: Checkout code
@@ -40,7 +38,7 @@ jobs:
4038
- name: Install dependencies
4139
run: |
4240
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
43-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
41+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4442
env:
4543
APP_ENV: testing
4644

0 commit comments

Comments
 (0)