mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
551: update box version to require 4.7.x
This commit is contained in:
2
.github/pie-behaviour-tests/Dockerfile
vendored
2
.github/pie-behaviour-tests/Dockerfile
vendored
@@ -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
|
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
|
RUN apk add git
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|||||||
2
.github/workflows/build-assets.yml
vendored
2
.github/workflows/build-assets.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: composer, box
|
tools: composer, box:4.7.x
|
||||||
php-version: "${{ matrix.php-version }}"
|
php-version: "${{ matrix.php-version }}"
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -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
|
RUN apk add git
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN cd /app && touch creating_this_means_phar_will_never_be_verified && /box.phar compile
|
RUN cd /app && touch creating_this_means_phar_will_never_be_verified && /box.phar compile
|
||||||
|
|||||||
Reference in New Issue
Block a user