Skip to content

Commit

Permalink
Match phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and driesvints committed Sep 28, 2020
1 parent a8cf6fd commit 7662070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer require "phpunit/phpunit:^9.3.2" "doctrine/dbal:^3.0" --no-update --no-interaction
command: composer require "phpunit/phpunit:^9.3.3" "doctrine/dbal:^3.0" --no-update --no-interaction
if: "matrix.php >= 8"

- name: Install PHP 8 Dependencies
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer require "phpunit/phpunit:^9.3.2" "doctrine/dbal:^3.0" --no-update --no-interaction
command: composer require "phpunit/phpunit:^9.3.3" "doctrine/dbal:^3.0" --no-update --no-interaction
if: "matrix.php >= 8"

- name: Install PHP 8 Dependencies
Expand Down

0 comments on commit 7662070

Please sign in to comment.