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:
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
|
||||
|
||||
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
|
||||
|
||||
2
.github/workflows/build-assets.yml
vendored
2
.github/workflows/build-assets.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user