Skip to content

Commit cb8dd98

Browse files
committed
issue #43: bump CI for 4.5
1 parent 64693ca commit cb8dd98

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-ci.yml@main
7+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
8+
secrets:
9+
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
810
with:
911
disable_behat: true

.github/workflows/moodle-release.yml

-20
This file was deleted.

version.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
$plugin->requires = 2020110910; // Requires 3.10 as minimum.
3030
$plugin->component = 'auth_basic'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;
32+
$plugin->supported = [310, 405]; // A range of branch numbers of supported moodle versions.

0 commit comments

Comments
 (0)