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 4a1b1c6 commit a9560a8Copy full SHA for a9560a8
.github/workflows/quality.yml
@@ -30,6 +30,8 @@ jobs:
30
steps:
31
- uses: actions/checkout@v2
32
- uses: php-actions/composer@v5
33
+ with:
34
+ php_version: 7.4
35
36
- name: PHPStan Static Analysis
37
uses: php-actions/phpstan@v3
.github/workflows/tests.yml
@@ -8,7 +8,9 @@ jobs:
8
9
10
11
- - uses: php-actions/composer@v5 # or alternative dependency management
+ - uses: php-actions/composer@v5
12
13
14
- name: PHPUnit tests
15
uses: php-actions/phpunit@v3
16
with:
0 commit comments