Skip to content

Commit

Permalink
Bump the version of PHPUnit used in the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93cry authored and ondrejmirtes committed Jan 28, 2022
1 parent 35544a5 commit f25566c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
script: |
git clone https://github.com/sebastianbergmann/phpunit.git e2e/integration/repo
cd e2e/integration/repo
git checkout 9.5.6
export COMPOSER_ROOT_VERSION=9.5.6
git checkout 9.5.12
export COMPOSER_ROOT_VERSION=9.5.12
composer install
../../../phpstan.phar analyse -l 8 -c ../phpunit.neon src tests
- php-version: 8.0
Expand Down

0 comments on commit f25566c

Please sign in to comment.