From 286468f1c52de3c5c996f75c4a3ec82597e1915a Mon Sep 17 00:00:00 2001 From: Aliaksei Sanikovich Date: Fri, 26 Sep 2025 01:55:57 +0200 Subject: [PATCH] Update to Laravel 12 --- .github/workflows/laravel.yml | 6 +++--- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 6ad9c76..a01f409 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -3,17 +3,17 @@ name: CI on: push: branches: - - '11.x' + - '12.x' pull_request: branches: - - '11.x' + - '12.x' env: APP_ENV: test jobs: laravel: - name: Laravel 11 (PHP ${{ matrix.php-versions }}) + name: Laravel 12 (PHP ${{ matrix.php-versions }}) runs-on: ubuntu-latest strategy: fail-fast: true diff --git a/composer.json b/composer.json index e208f51..6c6c196 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ "require": { "php": ">=8.2", "ext-pdo": "*", - "laravel/framework": "^11.0", + "laravel/framework": "^12.0", "laravel/ui": "^4.0" }, "require-dev": { "ext-fileinfo": "*", "ext-json": "*", "barryvdh/laravel-debugbar": "^3.14", - "barryvdh/laravel-ide-helper": "^3.5", + "barryvdh/laravel-ide-helper": "^3.6", "codeception/codeception": "^5.0.8", "codeception/module-asserts": "^3.0", "codeception/module-laravel": "^3.0 | *@dev",