diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c373ed201475..3ab78371760c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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