File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM alpine/git:v2.49.1 AS clone_ext_repo
77
88RUN 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
1212RUN apk add git
1313COPY . /app
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1- FROM boxproject/box:4.6.10 AS build_pie_phar
1+ FROM boxproject/box:4.7.0 AS build_pie_phar
22RUN apk add git
33COPY . /app
44RUN cd /app && touch creating_this_means_phar_will_never_be_verified && /box.phar compile
You can’t perform that action at this time.
0 commit comments