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.52.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 action failed during stefanzweifel/git-auto-commit-action@v7 when it tried to push the auto-generated commit back to GitHub. - The push was rejected as non-fast-forward (! [rejected] shift-ci-v12.52.0 -> shift-ci-v12.52.0 (non-fast-forward)), meaning the local branch on the runner was behind the remote branch and Git refused to overwrite remote history. - Git advises to integrate remote changes first (e.g., git pull) before pushing. - This caused git push to exit with status code 1, which the action reports 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
...
205: enableCrossOsArchive: false206: fail-on-cache-miss: false207: lookup-only: false208: save-always: false209: ##[endgroup]210: Cache hit for: Linux-noble-x86_64-8.4-5c0b849c9404f25b6df5d9baccf0db7adce68f5db1eb71002ce3fe576d669136-20240716211: Received 24482634 of 24482634 (100.0%), 43.1 MBs/sec212: Cache Size: ~23 MB (24482634 B)213: [command]/usr/bin/tar -xf /home/runner/work/_temp/081e263c-c83e-41fd-a188-d1f297f256e6/cache.tzst -P -C /home/runner/work/forge/forge --use-compress-program unzstd214: Cache restored successfully215: Cache restored from key: Linux-noble-x86_64-8.4-5c0b849c9404f25b6df5d9baccf0db7adce68f5db1eb71002ce3fe576d669136-20240716216: ##[group]Run shivammathur/setup-php@v2217: with:218: php-version: 8.4219: extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis, igbinary, msgpack, memcached, gmp, :php-psr220: ini-values: error_reporting=E_ALL221: tools: composer:v2
...
239: �[32;1m✓ �[0m�[34;1mpdo �[0m�[90;1mEnabled�[0m240: �[32;1m✓ �[0m�[34;1msqlite3 �[0m�[90;1mEnabled�[0m241: �[32;1m✓ �[0m�[34;1mpdo_sqlite �[0m�[90;1mEnabled�[0m242: �[32;1m✓ �[0m�[34;1mgd �[0m�[90;1mEnabled�[0m243: �[32;1m✓ �[0m�[34;1mredis �[0m�[90;1mEnabled�[0m244: �[32;1m✓ �[0m�[34;1migbinary �[0m�[90;1mEnabled�[0m245: �[32;1m✓ �[0m�[34;1mmsgpack �[0m�[90;1mEnabled�[0m246: �[32;1m✓ �[0m�[34;1mmemcached �[0m�[90;1mEnabled�[0m247: �[32;1m✓ �[0m�[34;1mgmp �[0m�[90;1mEnabled�[0m248: �[32;1m✓ �[0m�[34;1m:psr �[0m�[90;1mCould not find psr on PHP 8.4.18�[0m249: �[90;1m==> �[0m�[37;1mSetup Tools�[0m250: �[32;1m✓ �[0m�[34;1mcomposer �[0m�[90;1mAdded composer 2.9.3�[0m251: �[90;1m==> �[0m�[37;1mSetup Coverage�[0m252: �[32;1m✓ �[0m�[34;1mnone �[0m�[90;1mDisabled Xdebug and PCOV�[0m253: �[90;1m==> �[0m�[37;1mAdd php.ini values�[0m254: �[32;1m✓ �[0m�[34;1merror_reporting=E_ALL �[0m�[90;1mAdded to php.ini�[0m255: �[90;1m==> �[0m�[37;1mSponsor setup-php�[0m
...
872: INPUT_FILE_PATTERN: .873: INPUT_COMMIT_OPTIONS: 874: INPUT_COMMIT_USER_NAME: Refringe875: INPUT_COMMIT_USER_EMAIL: me@refringe.com876: INPUT_COMMIT_MESSAGE: refactor: automatic fixes877: INPUT_COMMIT_AUTHOR: Refringe <me@refringe.com>878: [shift-ci-v12.52.0 b74daf3] refactor: automatic fixes879: 24 files changed, 45 insertions(+)880: INPUT_TAG_NAME: 881: INPUT_TAGGING_MESSAGE: 882: Neither tag nor tag message is set. No tag will be added.883: INPUT_BRANCH value: 884: INPUT_PUSH_OPTIONS: 885: To https://github.com/sp-tarkov/forge886: ! [rejected] shift-ci-v12.52.0 -> shift-ci-v12.52.0 (non-fast-forward)887: error: failed to push some refs to 'https://github.com/sp-tarkov/forge'888: hint: Updates were rejected because the tip of your current branch is behind889: hint: its remote counterpart. If you want to integrate the remote changes,890: hint: use 'git pull' before pushing again.891: hint: See the 'Note about fast-forwards' in 'git push --help' for details.892: Error: Invalid status code: 1893: at ChildProcess.<anonymous> (/home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v7/index.js:17:19)894: at ChildProcess.emit (node:events:508:28)895: at maybeClose (node:internal/child_process:1101:16)896: at ChildProcess._handle.onexit (node:internal/child_process:305:5) {897: code: 1898: }899: Error: Invalid status code: 1900: 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.52.0branchcomposer update