From 11f30344b1532fdb812acd4cf75212e9e6e69e8e Mon Sep 17 00:00:00 2001 From: Hooman Mirghasemi Date: Sun, 2 Jun 2024 19:57:52 +0330 Subject: [PATCH] change composer and tests for laravel 11 --- .github/workflows/tests.yml | 2 +- composer.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb5b0ef..025e6de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: jobs: tests: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 strategy: fail-fast: true diff --git a/composer.json b/composer.json index 07a31e3..f45c24a 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,11 @@ "require": { "php": "^8.0.2", "kavenegar/laravel": "*", - "doctrine/dbal": "3.6.5", "laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "phpunit/phpunit": "^9.6", - "orchestra/testbench": "^7.28.2|^8.8.3|^9.1.1", + "orchestra/testbench": "^6.40|^7.37|^8.17|^9.0", "laravel/legacy-factories": "^1.3" }, "minimum-stability": "stable",