We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c22673 commit 084c173Copy full SHA for 084c173
.github/workflows/php.yml
@@ -27,10 +27,14 @@ jobs:
27
${{ runner.os }}-php-
28
29
- name: Install dependencies
30
- run: composer install --prefer-dist --no-progress
+ uses: php-actions/composer@v6
31
+ with:
32
+ command: install --prefer-dist --no-progress
33
34
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
35
# Docs: https://getcomposer.org/doc/articles/scripts.md
36
37
- name: Run test suite
- run: composer run-script test
38
39
40
+ command: run-script test
0 commit comments