We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3976b7 commit 0fb2fa9Copy full SHA for 0fb2fa9
.github/workflows/ci.yml
@@ -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
@@ -28,4 +28,5 @@
28
$plugin->release = '0.1.0';
29
$plugin->version = 2024030400;
30
$plugin->requires = 2022112800;
31
+$plugin->supported = [401, 403];
32
$plugin->maturity = MATURITY_ALPHA;
0 commit comments