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 641023c commit 56eaaf9Copy full SHA for 56eaaf9
.github/workflows/build.yml
@@ -45,11 +45,7 @@ jobs:
45
46
- name: Run Unit tests with coverage
47
run: composer phpunit -- ${{ matrix.phpunit-flags }}
48
- if: ${{ matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'}}
49
-
50
- - name: Run Unit tests without coverage
51
- run: composer phpunit:min
52
- if: ${{ matrix.php == '8.4'}}
+ if: ${{ matrix.php == '8.4' || matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'}}
53
54
- name: Run static analysis
55
run: composer phpstan
0 commit comments