From fe7c7b2819572595d4c11e7722fc9105381382d8 Mon Sep 17 00:00:00 2001 From: Jens Schulze Date: Thu, 24 Feb 2022 11:08:24 +0100 Subject: [PATCH] chore(release): update box --- .github/workflows/ci.yml | 4 ++-- phive.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cfe326b3..219afa04c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/phive.xml b/phive.xml index 6b0ba0504..e4e666a10 100644 --- a/phive.xml +++ b/phive.xml @@ -1,4 +1,4 @@ - +