File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
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
31
- php : ' 8.0'
37
32
moodle-branch : ' MOODLE_400_STABLE'
38
33
database : mariadb
82
77
83
78
- name : Initialise moodle-plugin-ci
84
79
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
80
+ composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
87
81
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
88
82
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
89
83
sudo locale-gen en_AU.UTF-8
@@ -118,8 +112,7 @@ jobs:
118
112
119
113
- name : Moodle PHPDoc Checker
120
114
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
115
+ run : moodle-plugin-ci phpdoc --max-warnings 0
123
116
124
117
- name : Validating
125
118
if : ${{ always() }}
Original file line number Diff line number Diff line change 29
29
$ plugin ->version = 2024090300 ;
30
30
$ plugin ->requires = 2022041900.00 ;
31
31
$ plugin ->maturity = MATURITY_STABLE ;
32
- $ plugin ->supported = [400 , 404 ];
32
+ $ plugin ->supported = [400 , 405 ];
33
33
$ plugin ->dependencies = [
34
34
'tool_certificate ' => 2024090300 ,
35
35
];
You can’t perform that action at this time.
0 commit comments