Skip to content

Commit

Permalink
Bump to actual Box 4.6.1
Browse files Browse the repository at this point in the history
Basically just bump it, and, in order to get the auto-completion
command working, ensure that the build par contains all the
completion.(bash|fish|zsh) files.
  • Loading branch information
stronk7 committed Mar 16, 2024
1 parent 5795d2b commit 8cea99f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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
5 changes: 4 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"name": [
"*.php",
"*.xml",
"*.xsd"
"*.xsd",
"completion.bash",
"completion.fish",
"completion.zsh"
],
"exclude": [
"moodlehq",
Expand Down

0 comments on commit 8cea99f

Please sign in to comment.