Skip to content

Commit

Permalink
Use latest PHPUnit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenw committed Dec 15, 2020
1 parent 3770336 commit bd2c65d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: rm composer.lock
- name: Install dependencies
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
- name: Update PHPUnit
run: composer update phpunit/phpunit --no-interaction --prefer-dist
- name: Configure PHPUnit problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Run tests
Expand Down

0 comments on commit bd2c65d

Please sign in to comment.