Skip to content

Commit a008a7b

Browse files
authored
Merge pull request #560 from asgrim/551-update-box-version
551: update box version to require 4.7.x
2 parents d2144f9 + 02bf17d commit a008a7b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/pie-behaviour-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine/git:v2.49.1 AS clone_ext_repo
77

88
RUN cd / && git clone https://github.com/asgrim/example-pie-extension.git
99

10-
FROM boxproject/box:4.6.10 AS build_pie_phar
10+
FROM boxproject/box:4.7.0 AS build_pie_phar
1111

1212
RUN apk add git
1313
COPY . /app

.github/workflows/build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: shivammathur/setup-php@v2
3636
with:
3737
coverage: none
38-
tools: composer, box
38+
tools: composer, box:4.7.x
3939
php-version: "${{ matrix.php-version }}"
4040
- uses: actions/checkout@v6
4141
with:

test/end-to-end/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM boxproject/box:4.6.10 AS build_pie_phar
1+
FROM boxproject/box:4.7.0 AS build_pie_phar
22
RUN apk add git
33
COPY . /app
44
RUN cd /app && touch creating_this_means_phar_will_never_be_verified && /box.phar compile

0 commit comments

Comments
 (0)