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 49f01cd commit fa2949bCopy full SHA for fa2949b
.github/workflows/static-analysis.yml
@@ -55,11 +55,6 @@ jobs:
55
- name: "Install dependencies"
56
run: "composer install --no-interaction --no-progress"
57
58
- - name: "Downgrade composer/semver for brianium/paratest:4.0.0 compatibility"
59
- if: matrix.php-version == '7.2'
60
- run: composer require composer/semver:"3.4.2 as 1.7.2"
61
- shell: bash
62
-
63
- name: "Transform source code"
64
if: matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
65
shell: bash
0 commit comments