Skip to content

Commit 5c7140c

Browse files
authored
Update tests.yml
1 parent c692f42 commit 5c7140c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2121

2222
steps:
23-
- name: Update apt
24-
run: sudo apt-get update --fix-missing
25-
2623
- name: Checkout code
2724
uses: actions/checkout@v2
2825

@@ -36,9 +33,10 @@ jobs:
3633
- name: Install dependencies
3734
run: |
3835
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
39-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
36+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4037
- name: Execute tests
4138
run: vendor/bin/phpunit
39+
4240
run-tests-l6:
4341
runs-on: ubuntu-latest
4442
strategy:
@@ -54,9 +52,6 @@ jobs:
5452
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
5553

5654
steps:
57-
- name: Update apt
58-
run: sudo apt-get update --fix-missing
59-
6055
- name: Checkout code
6156
uses: actions/checkout@v2
6257

@@ -70,6 +65,6 @@ jobs:
7065
- name: Install dependencies
7166
run: |
7267
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
73-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
68+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
7469
- name: Execute tests
7570
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)