Skip to content

Commit 0fb2fa9

Browse files
committed
issue #13: add CI integration
1 parent a3976b7 commit 0fb2fa9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# .github/workflows/ci.yml
2+
name: ci
3+
4+
on: [push, pull_request]
5+
6+
jobs:
7+
ci:
8+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9+
with:
10+
disable_behat: true

version.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
$plugin->release = '0.1.0';
2929
$plugin->version = 2024030400;
3030
$plugin->requires = 2022112800;
31+
$plugin->supported = [401, 403];
3132
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)