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

Commit

Permalink
chore(release): update box
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Feb 24, 2022
1 parent 1bd020f commit fe7c7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 7.4
extensions: json, mbstring, intl, apcu
tools: composer, phive
ini-values: assert.exception=1, zend.assertions=1, apc.enabled=1, apc.enable_cli=1
Expand All @@ -221,7 +221,7 @@ jobs:
- name: Install box
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: phive install humbug/box@~3.14.1 --force-accept-unsigned
run: phive install --force-accept-unsigned

- name: Compile phar
run: tools/box compile
Expand Down
2 changes: 1 addition & 1 deletion phive.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="humbug/box" version="^3.11.1" installed="3.11.1" location="./tools/box" copy="false"/>
<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"/>
</phive>

0 comments on commit fe7c7b2

Please sign in to comment.