File tree Expand file tree Collapse file tree 3 files changed +4
-37
lines changed Expand file tree Collapse file tree 3 files changed +4
-37
lines changed Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - php : ' 7.3'
32
- moodle-branch : ' MOODLE_400_STABLE'
33
- database : pgsql
34
- extensions :
35
- civersion : 3
36
- - php : ' 8.0'
37
- moodle-branch : ' MOODLE_400_STABLE'
38
- database : mariadb
39
- extensions : xmlrpc-beta
40
31
- php : ' 7.4'
41
32
moodle-branch : ' MOODLE_401_STABLE'
42
33
database : pgsql
82
73
83
74
- name : Initialise moodle-plugin-ci
84
75
run : |
85
- civersion=$(if [[ "${{ matrix.civersion }}" == "3" ]]; then echo "^3"; else echo "^4"; fi)
86
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci $civersion
76
+ composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
87
77
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
88
78
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
89
79
sudo locale-gen en_AU.UTF-8
@@ -118,8 +108,7 @@ jobs:
118
108
119
109
- name : Moodle PHPDoc Checker
120
110
if : ${{ always() }}
121
- # Skip for ci^3 since it may give different results on the old version and --max-warnings is not supported
122
- run : if [[ "${{ matrix.civersion }}" == "3" ]]; then true; else moodle-plugin-ci phpdoc --max-warnings 0; fi
111
+ run : moodle-plugin-ci phpdoc --max-warnings 0
123
112
124
113
- name : Validating
125
114
if : ${{ always() }}
Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ variables:
15
15
MOODLE_BRANCH_WORKPLACE403S : WORKPLACE_403
16
16
MOODLE_BRANCH_WORKPLACE402S : WORKPLACE_402
17
17
MOODLE_BRANCH_WORKPLACE401S : WORKPLACE_401
18
- MOODLE_BRANCH_WORKPLACE400 : WORKPLACE_400
19
18
MOODLE_REPO_LMS : git@git.in.moodle.com:moodle/moodle.git
20
- MOODLE_BRANCH_LMS400 : MOODLE_400_STABLE
21
19
MOODLE_BRANCH_LMS401 : MOODLE_401_STABLE
22
20
MOODLE_BRANCH_LMS402 : MOODLE_402_STABLE
23
21
MOODLE_BRANCH_LMS403 : MOODLE_403_STABLE
@@ -186,26 +184,6 @@ wp401s:
186
184
- tags
187
185
- /^WORKPLACE_(ROLLING_)?\d+$/
188
186
189
- wp400 :
190
- before_script :
191
- - export MOODLE_REPO=$MOODLE_REPO_WORKPLACE
192
- - export MOODLE_BRANCH=$MOODLE_BRANCH_WORKPLACE400
193
- - export INCLUDERB=1
194
- << : *scriptshorttest
195
- except :
196
- - master
197
- - tags
198
- - /^WORKPLACE_(ROLLING_)?\d+$/
199
-
200
- lms400 :
201
- before_script :
202
- - export MOODLE_REPO=$MOODLE_REPO_LMS
203
- - export MOODLE_BRANCH=$MOODLE_BRANCH_LMS400
204
- << : *scriptshorttest
205
- except :
206
- - master
207
- - tags
208
-
209
187
lms401 :
210
188
before_script :
211
189
- export MOODLE_REPO=$MOODLE_REPO_LMS
Original file line number Diff line number Diff line change 27
27
$ plugin ->component = 'mod_coursecertificate ' ;
28
28
$ plugin ->release = '4.4.3 ' ;
29
29
$ plugin ->version = 2024090300 ;
30
- $ plugin ->requires = 2022041900 .00 ;
30
+ $ plugin ->requires = 2022112800 .00 ;
31
31
$ plugin ->maturity = MATURITY_STABLE ;
32
- $ plugin ->supported = [400 , 404 ];
32
+ $ plugin ->supported = [401 , 405 ];
33
33
$ plugin ->dependencies = [
34
34
'tool_certificate ' => 2024090300 ,
35
35
];
You can’t perform that action at this time.
0 commit comments