From aced95e078082ce8a4fac3cea8975bcafadfc891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Mon, 5 Feb 2024 16:14:22 +0900 Subject: [PATCH] Support Laravel 11 and add to CI --- .github/workflows/tests.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4317c4..29b817f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: fail-fast: true matrix: php: ["8.0", "8.1", "8.2", "8.3"] - laravel: ["^9.0", "^10.0"] + laravel: ["^9.0", "^10.0", "^11.0"] exclude: - { php: "8.0", laravel: "^10.0"} - { php: "8.0", laravel: "^11.0"} diff --git a/composer.json b/composer.json index d7ce714..5252ffb 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "ext-json": "*", "doctrine/dbal": "^2.6|^3.0", "goldspecdigital/oooas": "^2.7.1", - "laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "phpdocumentor/reflection-docblock": "^5.0" }, "require-dev": { - "orchestra/testbench": "^5.3|^6.0|^7.0|^8.0", + "orchestra/testbench": "^5.3|^6.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^9.5.13|^10.5" }, "autoload": {