From 60548fa766c42b9b6266c2bc8367a838274984ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Thu, 14 Aug 2025 09:20:15 +0200 Subject: [PATCH] Bump PHPUnit versions --- .github/workflows/ci.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c8593e1..151f3df2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,7 @@ jobs: run: composer require --dev php-coveralls/php-coveralls --no-update - if: matrix.install-phpunit-12 - run: composer require --dev phpunit/phpunit:^12.0.2 --no-update + run: composer require --dev phpunit/phpunit:^12.3.4 --no-update - run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }} diff --git a/composer.json b/composer.json index 98a90a76..9984da28 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "friendsofphp/php-cs-fixer": "^3.86" }, "require-dev": { - "phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7" + "phpunit/phpunit": "^9.6.24 || ^10.5.51 || ^11.5.32" }, "autoload": { "psr-4": {