Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force install PHPUnit version 9 #410

Merged
merged 1 commit into from Jun 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: "Install phpunit/phpunit with phive"
env:
GITHUB_AUTH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: "php ./phive --no-progress install --trust-gpg-keys D8406D0D82947747293778314AA394086372C20A phpunit"
run: "php ./phive --no-progress install --trust-gpg-keys D8406D0D82947747293778314AA394086372C20A phpunit@^9.5"

- name: "Run tests with phpunit/phpunit"
run: "./tools/phpunit"
Expand Down