Skip to content

Commit

Permalink
use newer phpunit on php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Mar 23, 2022
1 parent 87db308 commit 4de87a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -78,6 +78,10 @@ jobs:
run: composer remove --dev symfony/messenger --no-update
if: matrix.symfony-version == '3.4.*'

- name: Update PHPUnit
run: composer require --dev phpunit/phpunit ^9.3.9 --no-update
if: matrix.php == '8.0' && matrix.dependencies == 'lowest'

- name: Install dependencies
uses: ramsey/composer-install@v1
with:
Expand Down

0 comments on commit 4de87a6

Please sign in to comment.