diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaaed2a..75a7a00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ -name: Run all tests for Moodle 33+ +# .github/workflows/ci.yml +name: ci on: [push, pull_request] jobs: - workflow_group_33_plus_ci: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-33-plus-ci.yml@main + ci: + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main \ No newline at end of file diff --git a/.github/workflows/moodle-release.yml b/.github/workflows/moodle-release.yml deleted file mode 100644 index 7148a8a..0000000 --- a/.github/workflows/moodle-release.yml +++ /dev/null @@ -1,20 +0,0 @@ -# -# Whenever version.php is changed, add the latest version -# to the Moodle Plugins directory at https://moodle.org/plugins -# -name: MOODLE_33PLUS - Releasing in the Plugins directory - -on: - push: - branches: - - MOODLE_33PLUS - paths: - - 'version.php' - -jobs: - workflow_group_35_plus_release: - uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-35-plus-release.yml@main - with: - plugin_name: auth_userkey - secrets: - moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} diff --git a/README.md b/README.md index dfc079d..1d13032 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build Status](https://github.com/catalyst/moodle-auth_userkey/workflows/Run%20all%20tests%20for%20Moodle%2033+/badge.svg)](https://github.com/catalyst/moodle-auth_userkey/actions) +![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/catalyst/moodle-auth_userkey/ci/MOODLE_33PLUS) + Log in to Moodle using one time user key. ========================================= diff --git a/version.php b/version.php index e7777bb..8438dc1 100644 --- a/version.php +++ b/version.php @@ -29,4 +29,4 @@ $plugin->release = 2022011600; // Match release exactly to version. $plugin->requires = 2017051500; // Requires Moodle 3.3 version. $plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [33, 311]; // A range of branch numbers of supported moodle versions. +$plugin->supported = [33, 401]; // A range of branch numbers of supported moodle versions.