File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed
Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- php : ['8.0 ']
12- moodle-branch : ['MOODLE_401_STABLE ']
11+ php : ['8.1 ']
12+ moodle-branch : ['MOODLE_402_STABLE ']
1313 database : ['pgsql']
1414
1515 steps :
@@ -107,8 +107,8 @@ jobs:
107107 strategy :
108108 fail-fast : false
109109 matrix :
110- php : ['8.0']
111- moodle-branch : ['MOODLE_311_STABLE ', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE ']
110+ php : ['8.0', '8.1' ]
111+ moodle-branch : ['MOODLE_401_STABLE ', 'MOODLE_402_STABLE ']
112112 database : ['mariadb', 'pgsql']
113113 include :
114114 - php : ' 7.4'
@@ -117,6 +117,18 @@ jobs:
117117 - php : ' 7.4'
118118 moodle-branch : ' MOODLE_39_STABLE'
119119 database : ' pgsql'
120+ - php : ' 8.0'
121+ moodle-branch : ' MOODLE_311_STABLE'
122+ database : ' mariadb'
123+ - php : ' 8.0'
124+ moodle-branch : ' MOODLE_311_STABLE'
125+ database : ' pgsql'
126+ - php : ' 8.0'
127+ moodle-branch : ' MOODLE_400_STABLE'
128+ database : ' mariadb'
129+ - php : ' 8.0'
130+ moodle-branch : ' MOODLE_400_STABLE'
131+ database : ' pgsql'
120132
121133 steps :
122134 - name : Start MariaDB
Original file line number Diff line number Diff line change 4444 --data-urlencode "altdownloadurl=${ZIPURL}" \
4545 --data-urlencode "releasenotes=${BODY}" \
4646 --data-urlencode "releasenotesformat=4")
47- echo "::set-output name= response:: ${RESPONSE}"
47+ echo "response= ${RESPONSE}" >> $GITHUB_OUTPUT
4848 - name : Evaluate the response
4949 id : evaluate-response
5050 env :
Original file line number Diff line number Diff line change 2626defined ('MOODLE_INTERNAL ' ) || die ();
2727
2828$ plugin ->maturity = MATURITY_STABLE ;
29- $ plugin ->release = 'v4.0 -r1 ' ;
30- $ plugin ->version = 2022042100 ; // The current module version (Date: YYYYMMDDXX).
29+ $ plugin ->release = 'v4.2 -r1 ' ;
30+ $ plugin ->version = 2023050200 ; // The current module version (Date: YYYYMMDDXX).
3131$ plugin ->requires = 2020061500 ; // Requires this Moodle version.
3232$ plugin ->component = 'mod_groupmembers ' ; // Full name of the plugin (used for diagnostics).
You can’t perform that action at this time.
0 commit comments