Skip to content

Commit

Permalink
Force install PHPUnit version 9
Browse files Browse the repository at this point in the history
PHPUnit 10 does not support PHP versions < 8.1.

See #409 (comment) for context.
  • Loading branch information
nicwortel authored and theseer committed Jun 15, 2023
1 parent 3512b17 commit dfba120
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit dfba120

Please sign in to comment.