File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
timeout_minutes : 5
84
84
max_attempts : 5
85
85
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
87
87
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
88
88
89
89
- name : Execute tests
@@ -155,7 +155,7 @@ jobs:
155
155
timeout_minutes : 5
156
156
max_attempts : 5
157
157
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
159
159
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
160
160
161
161
- name : Execute tests
You can’t perform that action at this time.
0 commit comments