From 309878f4727831ca1f72d69d5b8827efd291d07f Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 23 Jan 2025 22:24:44 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yaml | 5 +---- composer.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 33ef6a1..5c36f6c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,10 +18,7 @@ jobs: - 8.3 - 8.4 phpunit: - - "~10.5" - - "~11.3" - - "~11.4" - - "~11.5" + - "~11.5.3" dependencies: - "highest" - "lowest" diff --git a/composer.json b/composer.json index 10048d2..01732aa 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "mockery/mockery": "^1.6", "orchestra/testbench-core": "^10.0", "orchestra/workbench": "^10.0", - "phpunit/phpunit": "^10.5 || ^11.0.1", + "phpunit/phpunit": "^11.5.3", "symfony/process": "^7.0", "symfony/yaml": "^7.0", "vlucas/phpdotenv": "^5.4.1"