Skip to content

Commit 9343524

Browse files
committed
workflow fix
1 parent 334234e commit 9343524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- laravel: 8.*
2222
testbench: 6.*
2323

24-
name: PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} -${{ matrix.stability }} - ${{ matrix.os }}
24+
name: PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
2525

2626
steps:
2727
- name: Checkout code
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
40+
composer update --prefer-dist --no-interaction --no-suggest
4141
4242
- name: Execute pest tests
4343
run: vendor/bin/pest

0 commit comments

Comments
 (0)