From f03a43f342f6592fb704eb5a14faee36f5051b6d Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 22:20:46 +0000 Subject: [PATCH 1/6] Bump dependencies for Laravel 12 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b845488..c97f29f 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "require": { "php": "^8.0", "filament/forms": "^2.17", - "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0", + "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0|^12.0", "livewire/livewire": "^2.11|^3.4", - "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0", "ryangjchandler/blade-tabler-icons": "^1.1|^2.0", "spatie/laravel-package-tools": "^1.9.2", "usernotnull/tall-toasts": "^1.5", @@ -29,10 +29,10 @@ "require-dev": { "nunomaduro/collision": "^5.10|^6.0|^8.0", "nunomaduro/larastan": "^1.0|^2.0", - "pestphp/pest": "^1.22|^2.34", - "pestphp/pest-plugin-laravel": "^1.4.0|^2.3", + "pestphp/pest": "^1.22|^2.34|^3.7", + "pestphp/pest-plugin-laravel": "^1.4.0|^2.3|^3.1", "phpstan/extension-installer": "^1.1", - "phpunit/phpunit": "^9.5|^10.5", + "phpunit/phpunit": "^9.5|^10.5|^11.5.3", "spatie/invade": "^1.0|^2.0", "spatie/laravel-ray": "^1.27" }, From 4ae3ee6aaad3f4567a75ae8605f8dbc493342e6f Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 22:20:46 +0000 Subject: [PATCH 2/6] Update GitHub Actions for Laravel 12 --- .github/workflows/run-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fa19045..13ed8ae 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2] - laravel: ['8.*', '9.*', '10.*', '11.*'] + laravel: ['8.*', '9.*', '10.*', '11.*', '12.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* @@ -26,9 +26,13 @@ jobs: testbench: ^8.0 - laravel: 11.* testbench: ^9.0 + - laravel: 12.* + testbench: ^10.0 exclude: - laravel: 11.* php: 8.1 + - laravel: 12.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} From b9a64a83b681777f970fb4b0939d0345e82a30db Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:03:08 +0100 Subject: [PATCH 3/6] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c97f29f..e0d6ff4 100644 --- a/composer.json +++ b/composer.json @@ -27,12 +27,12 @@ "nesbot/carbon": "^2.66|^3.0" }, "require-dev": { - "nunomaduro/collision": "^5.10|^6.0|^8.0", - "nunomaduro/larastan": "^1.0|^2.0", - "pestphp/pest": "^1.22|^2.34|^3.7", - "pestphp/pest-plugin-laravel": "^1.4.0|^2.3|^3.1", + "nunomaduro/collision": "^5.10|^6.0|^8.0|^9.0", + "nunomaduro/larastan": "^1.0|^2.0|^3.0", + "pestphp/pest": "^1.22|^2.34", + "pestphp/pest-plugin-laravel": "^1.4.0|^2.3|^3.0", "phpstan/extension-installer": "^1.1", - "phpunit/phpunit": "^9.5|^10.5|^11.5.3", + "phpunit/phpunit": "^9.5|^10.5|^11.5", "spatie/invade": "^1.0|^2.0", "spatie/laravel-ray": "^1.27" }, From 3e385edd1798be8bcf91e117181fbe9fca5026d8 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:08:06 +0100 Subject: [PATCH 4/6] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0d6ff4..0864eb4 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "RalphJSmit\\Tall\\Interactive\\Tests\\": "tests" } }, - "scripts": [], + "scripts": {}, "config": { "sort-packages": true, "allow-plugins": { From b4f1faf5abf677ae104c9bf06bc2180f824bcdb0 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:16:31 +0100 Subject: [PATCH 5/6] Remove L11 and L12 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0864eb4..36cf7af 100644 --- a/composer.json +++ b/composer.json @@ -18,23 +18,23 @@ "require": { "php": "^8.0", "filament/forms": "^2.17", - "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0|^12.0", - "livewire/livewire": "^2.11|^3.4", - "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0", + "illuminate/contracts": "^8.73|^9.0|^10.0", + "livewire/livewire": "^2.11", + "orchestra/testbench": "^6.23|^7.0|^8.0", "ryangjchandler/blade-tabler-icons": "^1.1|^2.0", "spatie/laravel-package-tools": "^1.9.2", "usernotnull/tall-toasts": "^1.5", "nesbot/carbon": "^2.66|^3.0" }, "require-dev": { - "nunomaduro/collision": "^5.10|^6.0|^8.0|^9.0", + "nunomaduro/collision": "^5.10|^6.0", "nunomaduro/larastan": "^1.0|^2.0|^3.0", "pestphp/pest": "^1.22|^2.34", - "pestphp/pest-plugin-laravel": "^1.4.0|^2.3|^3.0", + "pestphp/pest-plugin-laravel": "^1.4.0|^2.3", "phpstan/extension-installer": "^1.1", - "phpunit/phpunit": "^9.5|^10.5|^11.5", + "phpunit/phpunit": "^9.5|^10.5", "spatie/invade": "^1.0|^2.0", - "spatie/laravel-ray": "^1.27" + "spatie/laravel-ray": "^1.39" }, "autoload": { "psr-4": { From 6d7200d59b57dc1b59585c596928f6a435fb4831 Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:18:27 +0100 Subject: [PATCH 6/6] Update run-tests.yml --- .github/workflows/run-tests.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 13ed8ae..c8d2e93 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2] - laravel: ['8.*', '9.*', '10.*', '11.*', '12.*'] + laravel: [8.*, 9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* @@ -24,15 +24,6 @@ jobs: testbench: ^7.0 - laravel: 10.* testbench: ^8.0 - - laravel: 11.* - testbench: ^9.0 - - laravel: 12.* - testbench: ^10.0 - exclude: - - laravel: 11.* - php: 8.1 - - laravel: 12.* - php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}