We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 334234e + 9343524 commit a73c7ddCopy full SHA for a73c7dd
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
- laravel: 8.*
22
testbench: 6.*
23
24
- name: PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} -${{ matrix.stability }} - ${{ matrix.os }}
+ name: PHP ${{ matrix.php }} with Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
25
26
steps:
27
- name: Checkout code
@@ -37,7 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: |
39
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
+ composer update --prefer-dist --no-interaction --no-suggest
41
42
- name: Execute pest tests
43
run: vendor/bin/pest
0 commit comments