⬆️ Update PHP to v8.3.16-r0 #985
Annotations
1 error and 1 warning
🚀 Build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache mariadb-client=11.4.4-r1 nginx=1.26.2-r4 php83-curl=8.3.16-r0 php83-dom=8.3.16-r0 php83-fileinfo=8.3.16-r0 php83-fpm=8.3.16-r0 php83-gd=8.3.16-r0 php83-iconv=8.3.16-r0 php83-ldap=8.3.16-r0 php83-mbstring=8.3.16-r0 php83-mysqlnd=8.3.16-r0 php83-openssl=8.3.16-r0 php83-pdo_mysql=8.3.16-r0 php83-session=8.3.16-r0 php83-simplexml=8.3.16-r0 php83-tokenizer=8.3.16-r0 php83-xml=8.3.16-r0 php83-xmlwriter=8.3.16-r0 php83-zip=8.3.16-r0 php83=8.3.16-r0 && apk add --no-cache --virtual .build-dependencies composer=2.8.4-r0 && curl -J -L -o /tmp/bookstack.tar.gz \"https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz\" && mkdir -p /var/www/bookstack && tar zxf /tmp/bookstack.tar.gz -C /var/www/bookstack --strip-components=1 && cd /var/www/bookstack && composer install --no-dev && apk del --no-cache --purge .build-dependencies && find /var/www/bookstack -type f -name \"*.md\" -depth -exec rm -f {} \\; && rm -f -r /root/.composer /tmp/* /var/www/bookstack/dev /var/www/bookstack/tests" did not complete successfully: exit code: 18
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading