From 4089c8bf8700037bf449bd211ecc31515fab8bd6 Mon Sep 17 00:00:00 2001 From: Mehmet Faruk Demirkoparan Date: Mon, 11 Aug 2025 18:18:32 +0300 Subject: [PATCH 1/3] - laravel 12 upgrade --- .github/workflows/run-tests.yml | 10 +++++----- .github/workflows/run-tests2.yml | 10 +++++----- composer.json | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d9c4b93..8e7404d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,16 +17,16 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.2] - laravel: [11.*, 10.*] + php: [ 8.4,8.3, 8.2 ] + laravel: [ 12.*,11.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 12.* + testbench: 10.* + carbon: ^3 - laravel: 11.* testbench: 9.* carbon: ^2.63 - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/.github/workflows/run-tests2.yml b/.github/workflows/run-tests2.yml index 5e489d4..1de1ce9 100644 --- a/.github/workflows/run-tests2.yml +++ b/.github/workflows/run-tests2.yml @@ -17,16 +17,16 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.2] - laravel: [11.*, 10.*] + php: [ 8.4,8.3, 8.2 ] + laravel: [ 12.*,11.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 12.* + testbench: 10.* + carbon: ^3 - laravel: 11.* testbench: 9.* carbon: ^2.63 - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 4a93be9..41fca51 100644 --- a/composer.json +++ b/composer.json @@ -16,23 +16,23 @@ } ], "require": { - "php": "^8.2", + "php": "^8.2|^8.3|^8.4", "aurorawebsoftware/flexyfield": "^1.6.3", - "illuminate/contracts": "^10.0||^11.0", + "illuminate/contracts": "^10.0||^11.0||^12.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "laradumps/laradumps-core": "^2.0", - "larastan/larastan": "^2.9", + "larastan/larastan": "^3", "laravel/pint": "^1.14", - "nunomaduro/collision": "^8.1.1||^7.10.0", - "orchestra/testbench": "^9.0.0||^8.22.0", - "pestphp/pest": "^2.34", - "pestphp/pest-plugin-arch": "^2.7", - "pestphp/pest-plugin-laravel": "^2.3", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-phpunit": "^1.3" + "nunomaduro/collision": "^7 || ^8", + "orchestra/testbench": "^10.0 || ^9.0.0 || ^8.22.0", + "pestphp/pest": "^2.34 || ^3.0", + "pestphp/pest-plugin-arch": "^2 || ^3", + "pestphp/pest-plugin-laravel": "^2.34 || ^3.0", + "phpstan/extension-installer": "^1", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-phpunit": "^2" }, "autoload": { "psr-4": { From 019094cd096eb8fb4b2db99d9703b6fe16a27d13 Mon Sep 17 00:00:00 2001 From: Mehmet Faruk Demirkoparan Date: Mon, 11 Aug 2025 18:25:46 +0300 Subject: [PATCH 2/3] - laravel 12 upgrade --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41fca51..17d64c7 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.2|^8.3|^8.4", - "aurorawebsoftware/flexyfield": "^1.6.3", + "aurorawebsoftware/flexyfield": "^12.0", "illuminate/contracts": "^10.0||^11.0||^12.0", "spatie/laravel-package-tools": "^1.16" }, From 975b13cf06a7ef0b1448b831188daae02d221587 Mon Sep 17 00:00:00 2001 From: Mehmet Faruk Demirkoparan Date: Mon, 11 Aug 2025 18:31:20 +0300 Subject: [PATCH 3/3] - laravel 12 upgrade --- .github/workflows/run-tests.yml | 6 ++---- .github/workflows/run-tests2.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8e7404d..4a5b734 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,15 +18,13 @@ jobs: matrix: os: [ubuntu-latest] php: [ 8.4,8.3, 8.2 ] - laravel: [ 12.*,11.*] + laravel: [ 12.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 12.* testbench: 10.* carbon: ^3 - - laravel: 11.* - testbench: 9.* - carbon: ^2.63 + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/.github/workflows/run-tests2.yml b/.github/workflows/run-tests2.yml index 1de1ce9..a1e9a99 100644 --- a/.github/workflows/run-tests2.yml +++ b/.github/workflows/run-tests2.yml @@ -18,15 +18,13 @@ jobs: matrix: os: [ubuntu-latest] php: [ 8.4,8.3, 8.2 ] - laravel: [ 12.*,11.*] + laravel: [ 12.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 12.* testbench: 10.* carbon: ^3 - - laravel: 11.* - testbench: 9.* - carbon: ^2.63 + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}