Skip to content

Commit accb6fe

Browse files
committed
More building matrix
1 parent 7ef0641 commit accb6fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
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

0 commit comments

Comments
 (0)