You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request includes updates for the recent minor version release of Laravel as well as bumps your package dependencies. You may review the full list of changes in the Laravel Release Notes, or highlighted changes and tips in the weekly Shifty Bits newsletter.
Before merging, you need to:
Checkout the shift-ci-v12.53.0 branch
Review all pull request comments for additional changes
⚠️ The Shift build servers run PHP 8.4. If you are running a different version of PHP, you should run composer update to ensure you have the proper versions of your dependencies for your environment.
The workflow failed during stefanzweifel/git-auto-commit-action@v7 when it attempted to check out the branch shift-ci-v12.53.0, but the working tree contained uncommitted local changes. Git aborted the checkout with: - error: Your local changes to the following files would be overwritten by checkout: ... - Please commit your changes or stash them before you switch branches. Aborting This caused the action to exit with status code 1, reported as Error: Invalid status code: 1 (see /home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v7/index.js:17:19).
Relevant error logs:
1: ##[group]Runner Image Provisioner2: Hosted Compute Agent
...
210: enableCrossOsArchive: false211: fail-on-cache-miss: false212: lookup-only: false213: save-always: false214: ##[endgroup]215: Cache hit for: Linux-noble-x86_64-8.4-5c0b849c9404f25b6df5d9baccf0db7adce68f5db1eb71002ce3fe576d669136-20240716216: Received 24483199 of 24483199 (100.0%), 43.9 MBs/sec217: Cache Size: ~23 MB (24483199 B)218: [command]/usr/bin/tar -xf /home/runner/work/_temp/9ef6fa88-0310-4148-befd-0183389d2423/cache.tzst -P -C /home/runner/work/forge/forge --use-compress-program unzstd219: Cache restored successfully220: Cache restored from key: Linux-noble-x86_64-8.4-5c0b849c9404f25b6df5d9baccf0db7adce68f5db1eb71002ce3fe576d669136-20240716221: ##[group]Run shivammathur/setup-php@v2222: with:223: php-version: 8.4224: extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis, igbinary, msgpack, memcached, gmp, :php-psr225: ini-values: error_reporting=E_ALL226: tools: composer:v2
...
244: �[32;1m✓ �[0m�[34;1mpdo �[0m�[90;1mEnabled�[0m245: �[32;1m✓ �[0m�[34;1msqlite3 �[0m�[90;1mEnabled�[0m246: �[32;1m✓ �[0m�[34;1mpdo_sqlite �[0m�[90;1mEnabled�[0m247: �[32;1m✓ �[0m�[34;1mgd �[0m�[90;1mEnabled�[0m248: �[32;1m✓ �[0m�[34;1mredis �[0m�[90;1mEnabled�[0m249: �[32;1m✓ �[0m�[34;1migbinary �[0m�[90;1mEnabled�[0m250: �[32;1m✓ �[0m�[34;1mmsgpack �[0m�[90;1mEnabled�[0m251: �[32;1m✓ �[0m�[34;1mmemcached �[0m�[90;1mEnabled�[0m252: �[32;1m✓ �[0m�[34;1mgmp �[0m�[90;1mEnabled�[0m253: �[32;1m✓ �[0m�[34;1m:psr �[0m�[90;1mCould not find psr on PHP 8.4.18�[0m254: �[90;1m==> �[0m�[37;1mSetup Tools�[0m255: �[32;1m✓ �[0m�[34;1mcomposer �[0m�[90;1mAdded composer 2.9.3�[0m256: �[90;1m==> �[0m�[37;1mSetup Coverage�[0m257: �[32;1m✓ �[0m�[34;1mnone �[0m�[90;1mDisabled Xdebug and PCOV�[0m258: �[90;1m==> �[0m�[37;1mAdd php.ini values�[0m259: �[32;1m✓ �[0m�[34;1merror_reporting=E_ALL �[0m�[90;1mAdded to php.ini�[0m260: �[90;1m==> �[0m�[37;1mSponsor setup-php�[0m
...
838: INPUT_STATUS_OPTIONS: 839: INPUT_FILE_PATTERN: .840: INPUT_BRANCH value: shift-ci-v12.53.0841: From https://github.com/sp-tarkov/forge842: * [new branch] dependabot/composer/develop/development-deps-6f58497864 -> origin/dependabot/composer/develop/development-deps-6f58497864843: * [new branch] dependabot/composer/develop/production-deps-f2ac17922a -> origin/dependabot/composer/develop/production-deps-f2ac17922a844: * [new branch] dependabot/npm_and_yarn/develop/development-deps-5d6853398a -> origin/dependabot/npm_and_yarn/develop/development-deps-5d6853398a845: * [new branch] dependabot/npm_and_yarn/develop/production-deps-eeca8c1bfa -> origin/dependabot/npm_and_yarn/develop/production-deps-eeca8c1bfa846: * [new branch] develop -> origin/develop847: * [new branch] feat/mod-addons -> origin/feat/mod-addons848: * [new branch] main -> origin/main849: * [new branch] shift-2026-02 -> origin/shift-2026-02850: * [new branch] shift-ci-v12.51.0 -> origin/shift-ci-v12.51.0851: * [new branch] shift-ci-v12.52.0 -> origin/shift-ci-v12.52.0852: * [new branch] shift-ci-v12.53.0 -> origin/shift-ci-v12.53.0853: error: Your local changes to the following files would be overwritten by checkout:854: app/Models/Addon.php
...
865: app/Models/Mod.php866: app/Models/ModCategory.php867: app/Models/ModVersion.php868: app/Models/ModVersionSptVersion.php869: app/Models/NotificationLog.php870: app/Models/OAuthConnection.php871: app/Models/Report.php872: app/Models/SourceCodeLink.php873: app/Models/SptVersion.php874: app/Models/TrackingEvent.php875: app/Models/User.php876: app/Models/VirusTotalLink.php877: app/Models/Visitor.php878: Please commit your changes or stash them before you switch branches.879: Aborting880: Error: Invalid status code: 1881: at ChildProcess.<anonymous> (/home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v7/index.js:17:19)882: at ChildProcess.emit (node:events:508:28)883: at maybeClose (node:internal/child_process:1101:16)884: at ChildProcess._handle.onexit (node:internal/child_process:305:5) {885: code: 1886: }887: Error: Invalid status code: 1888: at ChildProcess.<anonymous> (/home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v7/index.js:17:19)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates for the recent minor version release of Laravel as well as bumps your package dependencies. You may review the full list of changes in the Laravel Release Notes, or highlighted changes and tips in the weekly Shifty Bits newsletter.
Before merging, you need to:
shift-ci-v12.53.0branchcomposer update