1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Merge pull request #560 from asgrim/551-update-box-version

551: update box version to require 4.7.x
This commit is contained in:
James Titcumb
2026-03-23 11:06:26 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ FROM alpine/git:v2.49.1 AS clone_ext_repo
RUN cd / && git clone https://github.com/asgrim/example-pie-extension.git
FROM boxproject/box:4.6.10 AS build_pie_phar
FROM boxproject/box:4.7.0 AS build_pie_phar
RUN apk add git
COPY . /app

View File

@@ -35,7 +35,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: none
tools: composer, box
tools: composer, box:4.7.x
php-version: "${{ matrix.php-version }}"
- uses: actions/checkout@v6
with:

View File

@@ -1,4 +1,4 @@
FROM boxproject/box:4.6.10 AS build_pie_phar
FROM boxproject/box:4.7.0 AS build_pie_phar
RUN apk add git
COPY . /app
RUN cd /app && touch creating_this_means_phar_will_never_be_verified && /box.phar compile