File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5656 strategy :
5757 fail-fast : false
5858 matrix :
59+ dependencies :
60+ - highest
61+ - locked
62+ - lowest
5963 operating-system :
6064 - ubuntu-latest
6165 - windows-latest
@@ -106,10 +110,11 @@ jobs:
106110 GITHUB_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
107111 run : phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
108112
109- - name : Install Composer dependencies & cache dependencies
113+ - name : Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies
110114 uses : " ramsey/composer-install@v2"
111115 with :
112116 composer-options : --optimize-autoloader
117+ dependency-versions : ${{ matrix.dependencies }}
113118
114119 - name : Run PHPUnit
115120 run : php tools/phpunit
You can’t perform that action at this time.
0 commit comments