Skip to content

Commit fd369d0

Browse files
committed
update composer/semver
1 parent 8b13baa commit fd369d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: "Downgrade composer/semver for brianium/paratest:4.0.0 compatibility"
6464
if: matrix.php-version == '7.2'
65-
run: composer require composer/semver:"3.4.0 as 1.7.2"
65+
run: composer require composer/semver:"3.4.2 as 1.7.2"
6666
shell: bash
6767

6868
- name: "Paratest patch"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
193193

194194
- name: "Downgrade composer/semver for brianium/paratest:4.0.0 compatibility"
195-
run: composer require composer/semver:"3.4.0 as 1.7.2"
195+
run: composer require composer/semver:"3.4.2 as 1.7.2"
196196
shell: bash
197197

198198
- name: "Paratest patch"

0 commit comments

Comments
 (0)