From 3e52433ecd5af25c84a5068c817de3d1b6aee9b9 Mon Sep 17 00:00:00 2001 From: Vladislav Kshnyakin Date: Wed, 15 Oct 2025 11:55:06 +0300 Subject: [PATCH] laravel-12 --- .github/workflows/run-tests.yml | 4 +++- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index def3397..23dce43 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,10 +13,12 @@ jobs: fail-fast: true matrix: php: [8.1, 8.2, 8.3, 8.4] - laravel: [9.*, 10.*, 11.*] + laravel: [9.*, 10.*, 11.*, 12.*] exclude: - laravel: 11.* php: 8.1 + - laravel: 12.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 0efb6ce..20db3ce 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^8.1", "devizzent/cebe-php-openapi": "^1.0", - "laravel/framework": "^9.0 || ^10.0 || ^11.0" + "laravel/framework": "^9.0 || ^10.0 || ^11.0 || ^12.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", @@ -15,7 +15,7 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.11", "spaze/phpstan-disallowed-calls": "^2.15", - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0" + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0" }, "autoload": { "psr-4": {