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 fa2949b commit e1e38caCopy full SHA for e1e38ca
.github/workflows/tests.yml
@@ -187,10 +187,6 @@ jobs:
187
- name: "Install dependencies"
188
run: "composer install --no-interaction --no-progress"
189
190
- - name: "Downgrade composer/semver for brianium/paratest:4.0.0 compatibility"
191
- run: composer require composer/semver:"3.4.2 as 1.7.2"
192
- shell: bash
193
-
194
- name: "Transform source code"
195
shell: bash
196
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
0 commit comments