From f017532316490ca1495f521a04f2f326b03d6933 Mon Sep 17 00:00:00 2001 From: Sudhir Mitharwal <6812992+sudkumar@users.noreply.github.com> Date: Fri, 18 Mar 2022 15:17:40 +0530 Subject: [PATCH] Support for Laravel 9 (#13) --- .github/workflows/test.yml | 12 ++++++++++-- composer.json | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65e508a..0db4039 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fail-fast: true matrix: php: [7.1, 7.2, 7.3, 7.4, 8.0] - laravel: [5.8.*, ^6.0, ^7.0, ^8.0] + laravel: [5.8.*, ^6.0, ^7.0, ^8.0, ^9.0] exclude: - php: 7.1 laravel: ^6.0 @@ -28,7 +28,15 @@ jobs: laravel: ^6.0 - php: 8.0 laravel: ^7.0 - + - php: 7.1 + laravel: ^9.0 + - php: 7.2 + laravel: ^9.0 + - php: 7.3 + laravel: ^9.0 + - php: 7.4 + laravel: ^9.0 + name: P${{ matrix.php }} - L${{ matrix.laravel }} steps: diff --git a/composer.json b/composer.json index 6cbc74d..5fb8366 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,10 @@ "require": { "php": "^7.1.3|^8.0", "craftsys/msg91-php": "^0.15.2", - "illuminate/support": "^5.2|^6.0|^7.0|^8.0" + "illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "~3.8|^4.0|^5.0|^6.0", + "orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0", "phpunit/phpunit": "^5.3|^6.0|^7.0|^8.0|^9.4" }, "config": {