Skip to content

Commit b12f703

Browse files
committed
wip
1 parent 74a5de7 commit b12f703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
timeout_minutes: 5
8484
max_attempts: 5
8585
command: |
86-
composer require symfony/psr-http-message-bridge:^^^^2.0 nyholm/psr7:^^^^1.0 --no-interaction --no-update
86+
composer require symfony/psr-http-message-bridge:^2.0 nyholm/psr7:^1.0 --no-interaction --no-update
8787
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
8888
8989
- name: Execute tests
@@ -155,7 +155,7 @@ jobs:
155155
timeout_minutes: 5
156156
max_attempts: 5
157157
command: |
158-
composer require symfony/psr-http-message-bridge:^2.0 nyholm/psr7:^1.0 --no-interaction --no-update
158+
composer require symfony/psr-http-message-bridge:^^^^2.0 nyholm/psr7:^^^^1.0 --no-interaction --no-update
159159
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
160160
161161
- name: Execute tests

0 commit comments

Comments
 (0)