Skip to content

Commit

Permalink
Bump to actual Box 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 16, 2024
1 parent 1b3c101 commit f8ca2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Setup PHP 8.1
- name: Setup PHP 8.2
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
ini-values: phar.readonly = false

- name: Build PHAR
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8ca2ad

Please sign in to comment.