Skip to content

Commit

Permalink
More building matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Mar 29, 2022
1 parent 7ef0641 commit accb6fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
strategy:
fail-fast: false
matrix:
dependencies:
- highest
- locked
- lowest
operating-system:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -106,10 +110,11 @@ jobs:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: phive --no-progress install --copy --trust-gpg-keys ${{ env.phiveGPGKeys }} phpunit:^8.5

- name: Install Composer dependencies & cache dependencies
- name: Install Composer ${{ matrix.dependencies }} dependencies & cache dependencies
uses: "ramsey/composer-install@v2"
with:
composer-options: --optimize-autoloader
dependency-versions: ${{ matrix.dependencies }}

- name: Run PHPUnit
run: php tools/phpunit
Expand Down

0 comments on commit accb6fe

Please sign in to comment.