From 8ec529e858ba243b7d798d132b1140fec1f424ab Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 15 Mar 2024 23:50:55 +0100 Subject: [PATCH] Bump to Box 4.6.1 --- .github/workflows/test.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 767c2b23..947192ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,7 +146,7 @@ jobs: - name: Setup PHP 8.1 uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 ini-values: phar.readonly = false - name: Build PHAR diff --git a/Makefile b/Makefile index e402620d..02a01fcb 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ifeq (, $(wildcard vendor)) endif build/box.phar: - curl -LSs https://github.com/box-project/box/releases/download/4.3.8/box.phar -o build/box.phar + curl -LSs https://github.com/box-project/box/releases/download/4.6.1/box.phar -o build/box.phar build/moodle-plugin-ci.phar: build/box.phar $(COMPOSER) install --no-dev --prefer-dist --classmap-authoritative --quiet