File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
!vendor/**/.gitignore
105
105
106
106
windows_tests :
107
- runs-on : windows-2019
107
+ runs-on : windows-2022
108
108
109
109
strategy :
110
110
fail-fast : true
@@ -140,14 +140,16 @@ jobs:
140
140
with :
141
141
timeout_minutes : 5
142
142
max_attempts : 5
143
- command : composer require guzzlehttp/psr7:~2.4 --no-interaction --no-update
143
+ command : composer require guzzlehttp/psr7:^2.4 --no-interaction --no-update
144
+ shell : bash
144
145
145
146
- name : Set PHPUnit
146
147
uses : nick-fields/retry@v3
147
148
with :
148
149
timeout_minutes : 5
149
150
max_attempts : 5
150
- command : composer require phpunit/phpunit:~${{ matrix.phpunit }} --dev --no-interaction --no-update
151
+ command : composer require phpunit/phpunit:^${{ matrix.phpunit }} --dev --no-interaction --no-update
152
+ shell : bash
151
153
152
154
- name : Install dependencies
153
155
uses : nick-fields/retry@v3
You can’t perform that action at this time.
0 commit comments