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.51.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 push an auto-generated commit to the branch shift-ci-v12.51.0. - The push was rejected with ! [rejected] shift-ci-v12.51.0 -> shift-ci-v12.51.0 (fetch first) because the remote branch already contained commits not present in the runner’s local checkout (non-fast-forward update). - As a result, git push exited with status code 1, which the action surfaced as Error: Invalid status code: 1 (from /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%), 98.9 MBs/sec212: Cache Size: ~23 MB (24482634 B)213: [command]/usr/bin/tar -xf /home/runner/work/_temp/01a65f34-4d18-4dc5-ba56-2f42b5c1f01d/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.17�[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
...
868: INPUT_FILE_PATTERN: .869: INPUT_COMMIT_OPTIONS: 870: INPUT_COMMIT_USER_NAME: Refringe871: INPUT_COMMIT_USER_EMAIL: me@refringe.com872: INPUT_COMMIT_MESSAGE: refactor: automatic fixes873: INPUT_COMMIT_AUTHOR: Refringe <me@refringe.com>874: [shift-ci-v12.51.0 ef458db] refactor: automatic fixes875: 24 files changed, 45 insertions(+)876: INPUT_TAG_NAME: 877: INPUT_TAGGING_MESSAGE: 878: Neither tag nor tag message is set. No tag will be added.879: INPUT_BRANCH value: 880: INPUT_PUSH_OPTIONS: 881: To https://github.com/sp-tarkov/forge882: ! [rejected] shift-ci-v12.51.0 -> shift-ci-v12.51.0 (fetch first)883: error: failed to push some refs to 'https://github.com/sp-tarkov/forge'884: hint: Updates were rejected because the remote contains work that you do not885: hint: have locally. This is usually caused by another repository pushing to886: hint: the same ref. If you want to integrate the remote changes, use887: hint: 'git pull' before pushing again.888: hint: See the 'Note about fast-forwards' in 'git push --help' for details.889: Error: Invalid status code: 1890: at ChildProcess.<anonymous> (/home/runner/work/_actions/stefanzweifel/git-auto-commit-action/v7/index.js:17:19)891: at ChildProcess.emit (node:events:508:28)892: at maybeClose (node:internal/child_process:1101:16)893: at ChildProcess._handle.onexit (node:internal/child_process:305:5) {894: code: 1895: }896: Error: Invalid status code: 1897: 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.51.0branchcomposer update