From 9df3f78167530b8a510c2c48a1d7c3e971047f43 Mon Sep 17 00:00:00 2001 From: mtvbrianking Date: Mon, 15 Apr 2024 22:46:43 +0300 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 8 ++++---- composer.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b4ab42c..64f1e44 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,14 +17,14 @@ jobs: fail-fast: true matrix: php: [8.1, 8.2, 8.3] - laravel: [^10.0, ^11.1] + laravel: [^10.0, ^11.0] include: - # - laravel: ^11.1 - # testbench: ^9.0 + - laravel: ^11.0 + testbench: 9.0.2 - laravel: ^10.0 testbench: ^8.0 exclude: - - laravel: ^11.1 + - laravel: ^11.0 php: 8.1 name: P ${{ matrix.php }} L ${{ matrix.laravel }} T ${{ matrix.testbench }} diff --git a/composer.json b/composer.json index 3762953..362eb4f 100644 --- a/composer.json +++ b/composer.json @@ -22,14 +22,14 @@ ], "require": { "php": "^8.1", - "illuminate/http": "^10.0|^11.1", - "illuminate/support": "^10.0|^11.1", - "illuminate/database": "^10.0|^11.1" + "illuminate/http": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0" }, "require-dev": { "code-lts/doctum": "^5.5", "friendsofphp/php-cs-fixer": "^3.14", - "laravel/framework": "^10.0|^11.1", + "laravel/framework": "^10.0|^11.0", "orchestra/testbench": "^8.0|^9.0", "phpunit/phpunit": "^9.0|^10.0|^11.0" },