Skip to content

Commit

Permalink
Use PHPUnit ^9.3 on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 20, 2020
1 parent e675e40 commit 994eccc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
command: composer update --no-interaction --no-progress
if: "matrix.php < 8"

- name: Setup PHP 8 Dependencies
uses: nick-invision/retry@v1
with:
timeout_minutes: 5
max_attempts: 5
command: composer require "phpunit/phpunit:^9.3" --no-interaction --no-update
if: "matrix.php >= 8"

- name: Install PHP 8 Dependencies
uses: nick-invision/retry@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
"branch-alias": {
"dev-master": "1.7-dev"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 994eccc

Please sign in to comment.