From eb38aafb24cfe5c68da7f50fbea17151c7ce86bb Mon Sep 17 00:00:00 2001 From: Marc Reichel Date: Fri, 14 Jan 2022 16:48:01 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9C=A8=20Add=20Support=20for=20Laravel?= =?UTF-8?q?=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests-pr.yml | 6 ++++-- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-pr.yml b/.github/workflows/tests-pr.yml index f38c009..0cdf3e7 100644 --- a/.github/workflows/tests-pr.yml +++ b/.github/workflows/tests-pr.yml @@ -15,10 +15,12 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.0] - laravel: [8.*] + php: [8.1, 8.0] + laravel: [9.*, 8.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 9.* + testbench: 7.* - laravel: 8.* testbench: ^6.6 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 93c02f1..b5a4637 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ "type": "library", "require": { "php": "^8.0", - "laravel/framework": "^8.40.0", + "laravel/framework": "^8.40.0|^9.0", "guzzlehttp/guzzle": "~6.0|~7.0", "nesbot/carbon": "^2.53.1", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5.4", - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^6.23|^6.0", "nunomaduro/collision": "^5.3", "roave/security-advisories": "dev-latest", "nunomaduro/larastan": "^1.0.0", From f7d59fe950a3c4d4212a58cf264cb32f5116c284 Mon Sep 17 00:00:00 2001 From: Marc Reichel Date: Fri, 14 Jan 2022 17:05:32 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Adjust=20test=20mat?= =?UTF-8?q?rix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-pr.yml b/.github/workflows/tests-pr.yml index 0cdf3e7..439058e 100644 --- a/.github/workflows/tests-pr.yml +++ b/.github/workflows/tests-pr.yml @@ -14,10 +14,10 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] php: [8.1, 8.0] laravel: [9.*, 8.*] - stability: [prefer-lowest, prefer-stable] + dependency-version: [prefer-stable] + os: [ubuntu-latest, windows-latest] include: - laravel: 9.* testbench: 7.* From 56bffadf7c0789a5dc80546f1f5b5a65c00e6fc0 Mon Sep 17 00:00:00 2001 From: Marc Reichel Date: Sun, 30 Jan 2022 22:54:45 +0100 Subject: [PATCH 3/3] Remove stupidity --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b5a4637..2cbd659 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.5.4", - "orchestra/testbench": "^6.23|^6.0", + "orchestra/testbench": "^6.23", "nunomaduro/collision": "^5.3", "roave/security-advisories": "dev-latest", "nunomaduro/larastan": "^1.0.0",