php-syntax-check-8.3
****
1Running with gitlab-runner 17.5.3 (12030cf4)2 on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f34Using Docker executor with image php:8.3-cli ...5Pulling docker image php:8.3-cli ...6Using docker image sha256:303365c01725610066a98df8d1d7c0687b00a63269aa5ec2fa2bcf6c8ee7dc9f for php:8.3-cli with digest php@sha256:5aa633d43298b301a0b8a835b9781296de06f4365ab5cde09ccb27455ad1ca8a ...8Running on runner-scbewxeb-project-1042-concurrent-0 via qui-gitlab-runner...10Fetching changes with git depth set to 20...11Reinitialized existing Git repository in /builds/quiqqer/order-simple-checkout/.git/12Checking out dc5de544 as detached HEAD (ref is 2.2.0)...13Removing .RELEASED_VERSION.txt14Skipping Git submodules setup16Checking cache for v1.4.0-protected...17No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 18Successfully extracted cache20Using docker image sha256:303365c01725610066a98df8d1d7c0687b00a63269aa5ec2fa2bcf6c8ee7dc9f for php:8.3-cli with digest php@sha256:5aa633d43298b301a0b8a835b9781296de06f4365ab5cde09ccb27455ad1ca8a ...21$ php -r "if(!file_exists('${PHAR_FILE}')) {echo 'Downloading ${PHAR_FILE}...' . PHP_EOL; copy('https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/download/${PHAR_VERSION}/${PHAR_FILE}', '${PHAR_FILE}');}"22$ php ${PHAR_FILE} -j $(nproc --all) --colors --no-progress .23PHP 8.3.13 | 4 parallel jobs24Checked 24 files in 0.2 seconds25No syntax error found27Creating cache v1.4.0-protected...28parallel-lint.phar: found 1 matching artifact files and directories 29Archive is up to date! 30Created cache32Job succeeded