File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 !vendor/**/.gitignore
105105
106106 windows_tests :
107- runs-on : windows-2019
107+ runs-on : windows-2022
108108
109109 strategy :
110110 fail-fast : true
@@ -140,14 +140,16 @@ jobs:
140140 with :
141141 timeout_minutes : 5
142142 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
144145
145146 - name : Set PHPUnit
146147 uses : nick-fields/retry@v3
147148 with :
148149 timeout_minutes : 5
149150 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
151153
152154 - name : Install dependencies
153155 uses : nick-fields/retry@v3
You can’t perform that action at this time.
0 commit comments