From 7e22fc3945b1fa0bcf85f2b9a4e23bfcd3ad075a Mon Sep 17 00:00:00 2001 From: "Maksim.Bus" Date: Thu, 21 May 2026 12:28:34 +0300 Subject: [PATCH 1/5] bump laravel & php version to latest --- .github/workflows/ci.yml | 15 ++++----------- composer.json | 12 ++++++------ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17aac1e..e4142c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: operating_system: [ubuntu-latest] - php_versions: ['8.3'] + php_versions: ['8.5'] fail-fast: false env: PHP_CS_FIXER_FUTURE_MODE: '0' @@ -78,16 +78,9 @@ jobs: coverage: [true] experimental: [false] operating_system: [ubuntu-latest] - postgres: ['11', '12', '13', '14', '15'] - laravel: ['^11.0', '^12.0'] - php_versions: ['8.3'] - include: - - operating_system: ubuntu-latest - postgres: '16' - php_versions: '8.4' - laravel: '^11.0' - experimental: true - coverage: false + postgres: ['15', '16', '17', '18'] + laravel: ['^11.0', '^12.0', '^13.0'] + php_versions: ['8.5'] runs-on: '${{ matrix.operating_system }}' services: postgres: diff --git a/composer.json b/composer.json index 553abcb..b09a6fd 100644 --- a/composer.json +++ b/composer.json @@ -35,15 +35,15 @@ } }, "require": { - "php": "^8.3|^8.4", - "illuminate/support": "^11.0 | ^12.0", - "illuminate/database": "^11.0 | ^12.0", - "illuminate/console": "^11.0 | ^12.0" + "php": "^8.3|^8.4|^8.5", + "illuminate/support": "^11.0 | ^12.0 | ^13.0", + "illuminate/database": "^11.0 | ^12.0 | ^13.0", + "illuminate/console": "^11.0 | ^12.0 | ^13.0" }, "require-dev": { - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^11.0 | ^12.0", "php-mock/php-mock": "^2.0", - "orchestra/testbench": "^9.0|^10.0", + "orchestra/testbench": "^9.0|^10.0 | ^11.0", "umbrellio/code-style-php": "^1.2", "laravel/legacy-factories": "^1.0", "php-coveralls/php-coveralls": "^2.7" From 84e8c69b4f3d89de5826c3caa75aebb7e1dfec84 Mon Sep 17 00:00:00 2001 From: "Maksim.Bus" Date: Thu, 21 May 2026 12:32:49 +0300 Subject: [PATCH 2/5] require php latest --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b09a6fd..fe48356 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ } }, "require": { - "php": "^8.3|^8.4|^8.5", + "php": "^8.5", "illuminate/support": "^11.0 | ^12.0 | ^13.0", "illuminate/database": "^11.0 | ^12.0 | ^13.0", "illuminate/console": "^11.0 | ^12.0 | ^13.0" From 9a8f23ebd0a2f5bbb540775a61b7bd5d41d0afe5 Mon Sep 17 00:00:00 2001 From: "Maksim.Bus" Date: Thu, 21 May 2026 12:53:33 +0300 Subject: [PATCH 3/5] rollback php version support --- .github/workflows/ci.yml | 33 ++++++++++++++++++++++++++++++++- composer.json | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4142c0..2c39dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: operating_system: [ubuntu-latest] - php_versions: ['8.5'] + php_versions: ['8.3'] fail-fast: false env: PHP_CS_FIXER_FUTURE_MODE: '0' @@ -81,6 +81,37 @@ jobs: postgres: ['15', '16', '17', '18'] laravel: ['^11.0', '^12.0', '^13.0'] php_versions: ['8.5'] + include: + - operating_system: ubuntu-latest + postgres: '11' + php_versions: '8.3' + laravel: '^11.0' + experimental: false + coverage: true + - operating_system: ubuntu-latest + postgres: '12' + php_versions: '8.3' + laravel: '^11.0' + experimental: false + coverage: true + - operating_system: ubuntu-latest + postgres: '13' + php_versions: '8.3' + laravel: '^11.0' + experimental: false + coverage: true + - operating_system: ubuntu-latest + postgres: '14' + php_versions: '8.3' + laravel: '^11.0' + experimental: false + coverage: true + - operating_system: ubuntu-latest + postgres: '15' + php_versions: '8.3' + laravel: '^11.0' + experimental: false + coverage: true runs-on: '${{ matrix.operating_system }}' services: postgres: diff --git a/composer.json b/composer.json index fe48356..b09a6fd 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ } }, "require": { - "php": "^8.5", + "php": "^8.3|^8.4|^8.5", "illuminate/support": "^11.0 | ^12.0 | ^13.0", "illuminate/database": "^11.0 | ^12.0 | ^13.0", "illuminate/console": "^11.0 | ^12.0 | ^13.0" From 545e5e1f4b21db1a93c349920597316bbab921e4 Mon Sep 17 00:00:00 2001 From: "Maksim.Bus" <128828259+m80bee@users.noreply.github.com> Date: Mon, 25 May 2026 13:31:25 +0300 Subject: [PATCH 4/5] scrutinizer fix & rerun --- app/composer.json.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/composer.json.sample b/app/composer.json.sample index d753ee0..b8f4f27 100644 --- a/app/composer.json.sample +++ b/app/composer.json.sample @@ -4,8 +4,6 @@ "license": "MIT", "require": { "php": "^${PHP_VERSION}", - "fideloper/proxy": "*", - "fruitcake/laravel-cors": "*", "guzzlehttp/guzzle": "*", "laravel/framework": "${LARAVEL_VERSION}", "laravel/tinker": "*" From daf021c13f24c0c8e22aaa92350c6eba00b85510 Mon Sep 17 00:00:00 2001 From: "Maksim.Bus" <128828259+m80bee@users.noreply.github.com> Date: Mon, 25 May 2026 14:46:46 +0300 Subject: [PATCH 5/5] scrutinizer rerun