From 82a6cbe20ad30b98b258461d12612b0987f9b30c Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 13 Mar 2024 13:17:41 +0300 Subject: [PATCH] Added Laravel 11 support --- .github/workflows/tests.yml | 8 +++++++- composer.json | 2 +- phpunit.xml | 7 +------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca0907d36..b174412da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,14 @@ jobs: fail-fast: true matrix: php: [ "8.1", "8.2", "8.3" ] - laravel: [ "10.0" ] + laravel: [ "10.0", "11.0" ] package_lang: [ "13.0", "14.0" ] + exclude: + - laravel: "11.0" + php: "8.1" + + - laravel: "11.0" + package_lang: "13.0" name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Lang ${{ matrix.package_lang }} diff --git a/composer.json b/composer.json index e4af80bc6..292685cb7 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ }, "require-dev": { "dragon-code/support": "^6.12", - "orchestra/testbench": "^8.17", + "orchestra/testbench": "^8.17 || ^9.0", "phpunit/phpunit": "^10.5.3", "symfony/var-dumper": "^6.4 || ^7.0" }, diff --git a/phpunit.xml b/phpunit.xml index 7f9d7cfda..91be78b34 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,18 +1,13 @@ - ./tests + ./tests