Skip to content

Commit 0f698d6

Browse files
stronk7kabalin
authored andcommitted
Bump to actual Box 4.6.1
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.
1 parent 2f73b28 commit 0f698d6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ jobs:
159159
- name: Check out repository code
160160
uses: actions/checkout@v4
161161

162-
- name: Setup PHP 8.1
162+
- name: Setup PHP 8.2
163163
uses: shivammathur/setup-php@v2
164164
with:
165-
php-version: 8.1
165+
php-version: 8.2
166166
ini-values: phar.readonly = false
167167

168168
- name: Build PHAR

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ifeq (, $(wildcard vendor))
7272
endif
7373

7474
build/box.phar:
75-
curl -LSs https://github.com/box-project/box/releases/download/4.3.8/box.phar -o build/box.phar
75+
curl -LSs https://github.com/box-project/box/releases/download/4.6.1/box.phar -o build/box.phar
7676

7777
build/moodle-plugin-ci.phar: build/box.phar
7878
$(COMPOSER) install --no-dev --prefer-dist --classmap-authoritative --quiet

box.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"name": [
1414
"*.php",
1515
"*.xml",
16-
"*.xsd"
16+
"*.xsd",
17+
"completion.bash",
18+
"completion.fish",
19+
"completion.zsh"
1720
],
1821
"exclude": [
1922
"moodlehq",

0 commit comments

Comments
 (0)