From bb507d614b6c6697a44cde13f1873ff402cb7739 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 00:31:22 +0000 Subject: [PATCH 1/2] Bump dependencies for Laravel 12 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 29d6b7c..d8a1fba 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "type": "library", "require": { "php": "^8.1", - "illuminate/console": "^10.0|^11.0", - "illuminate/database": "^10.0|^11.0", - "illuminate/events": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0" + "illuminate/console": "^10.0|^11.0|^12.0", + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/events": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0" }, "require-dev": { - "phpunit/phpunit": "^9.0|^10.5", - "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.5|^11.5.3", + "orchestra/testbench": "^8.0|^9.0|^10.0", "laravel/legacy-factories": "^1.0.4", "friendsofphp/php-cs-fixer": "^3.13", "larastan/larastan": "^2.0" From 28019d2597edd516359b86cfa1d508edad0a5c27 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 00:31:22 +0000 Subject: [PATCH 2/2] Update GitHub Actions for Laravel 12 --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ea11a7..87ea892 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,13 +12,15 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3, 8.2] - laravel: ['10.*', '11.*'] + laravel: ['10.*', '11.*', '12.*'] dependency-version: [prefer-stable] include: - laravel: 10.* testbench: 8.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* exclude: - laravel: 10.* php: 8.4