diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 767c2b23..000b2fa0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 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 diff --git a/box.json b/box.json index b12fad44..d6c1428a 100644 --- a/box.json +++ b/box.json @@ -13,7 +13,10 @@ "name": [ "*.php", "*.xml", - "*.xsd" + "*.xsd", + "completion.bash", + "completion.fish", + "completion.zsh" ], "exclude": [ "moodlehq",