Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit fe7c7b2

Browse files
committed
chore(release): update box
1 parent 1bd020f commit fe7c7b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- name: Install PHP with extensions
204204
uses: shivammathur/setup-php@v2
205205
with:
206-
php-version: 7.3
206+
php-version: 7.4
207207
extensions: json, mbstring, intl, apcu
208208
tools: composer, phive
209209
ini-values: assert.exception=1, zend.assertions=1, apc.enabled=1, apc.enable_cli=1
@@ -221,7 +221,7 @@ jobs:
221221
- name: Install box
222222
env:
223223
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
224-
run: phive install humbug/box@~3.14.1 --force-accept-unsigned
224+
run: phive install --force-accept-unsigned
225225

226226
- name: Compile phar
227227
run: tools/box compile

phive.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="humbug/box" version="^3.11.1" installed="3.11.1" location="./tools/box" copy="false"/>
3+
<phar name="box" url="https://github.com/box-project/box/releases/download/3.16.0/box.phar" version="3.16.0" installed="3.16.0" location="./tools/box" copy="false"/>
44
</phive>

0 commit comments

Comments
 (0)