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 56
56
strategy :
57
57
fail-fast : false
58
58
matrix :
59
+ dependencies :
60
+ - highest
61
+ - locked
62
+ - lowest
59
63
operating-system :
60
64
- ubuntu-latest
61
65
- windows-latest
@@ -106,10 +110,11 @@ jobs:
106
110
GITHUB_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
107
111
run : phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5
108
112
109
- - name : Install Composer dependencies & cache dependencies
113
+ - name : Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies
110
114
uses : " ramsey/composer-install@v2"
111
115
with :
112
116
composer-options : --optimize-autoloader
117
+ dependency-versions : ${{ matrix.dependencies }}
113
118
114
119
- name : Run PHPUnit
115
120
run : php tools/phpunit
You can’t perform that action at this time.
0 commit comments