From 472bb6e6b739f36cac5b649fcd18e0fb841cb925 Mon Sep 17 00:00:00 2001 From: William Hall Date: Mon, 24 Feb 2025 14:32:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20support=20laravel=2012?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +++- composer.json | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 950aba2..00eafbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,11 +8,13 @@ jobs: strategy: fail-fast: false matrix: - laravel: [10, 11] + laravel: [10, 11, 12] php: [8.1, 8.2, 8.3, 8.4] exclude: - php: 8.1 laravel: 11 + - php: 8.1 + laravel: 12 steps: - uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index f0ebe95..ef27752 100644 --- a/composer.json +++ b/composer.json @@ -8,14 +8,14 @@ ], "require": { "php": "^8.0", - "illuminate/session": "^8.0 || ^9.0 || ^10.0 || ^11.0", - "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0" + "illuminate/session": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^8.0 || ^9.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0|^11.0", "squizlabs/php_codesniffer": "^3.6" }, "autoload": {