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.
1 parent 76f823e commit 7a6fb2fCopy full SHA for 7a6fb2f
1 file changed
.github/workflows/tests.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Setup Pest for PHP 8.1
43
if: ${{ matrix.php == '8.1' }}
44
run: |
45
- composer update pestphp/pest pestphp/pest-plugin-faker phpunit/phpunit -o --with-all-dependencies
+ composer require pestphp/pest pestphp/pest-plugin-faker phpunit/phpunit --dev
46
- name: Setup Packages
47
run: composer update -o --with-all-dependencies
48
- name: Check Composer Json
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
- name: Setup Dependencies
90
91
- name: Run Analyse
0 commit comments