From 3dbe8365f17ee267a2b9a32b76d266e222b91058 Mon Sep 17 00:00:00 2001 From: Rapolas Gruzdys Date: Wed, 5 Jun 2024 18:01:19 +0300 Subject: [PATCH] Upgrade testbench to v9 --- .github/workflows/run-tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9537367..c4c63db 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: stability: [prefer-stable] include: - laravel: 10.* - testbench: 8.* + testbench: 9.* carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 2383e62..e3b819e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "laravel/pint": "^1.0", "nunomaduro/collision": "^7.8", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^8.8", + "orchestra/testbench": "^9.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-arch": "^2.0", "pestphp/pest-plugin-laravel": "^2.0",