File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
postgres :
11
- image : postgres:13
11
+ image : postgres:14
12
12
env :
13
13
POSTGRES_USER : ' postgres'
14
14
POSTGRES_HOST_AUTH_METHOD : ' trust'
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- php : ['8.1 ', '8.2 ', '8.3 ']
28
- moodle-branch : ['MOODLE_405_STABLE ']
27
+ php : ['8.2 ', '8.3 ', '8.4 ']
28
+ moodle-branch : ['MOODLE_500_STABLE ']
29
29
database : [pgsql]
30
30
extensions : [redis]
31
31
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-tool_redis
4
4
Changes
5
5
-------
6
6
7
+ ### Unreleased
8
+
9
+ * 2025-04-14 - Prepare compatibility for Moodle 5.0.
10
+
7
11
### v4.5-r1
8
12
9
13
* 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Moodle plugin which adds a Redis management GUI to Moodle site administration.
9
9
Requirements
10
10
------------
11
11
12
- This plugin requires Moodle 4.5 +
12
+ This plugin requires Moodle 5.0 +
13
13
14
14
15
15
Motivation for this plugin
Original file line number Diff line number Diff line change 27
27
$ plugin ->component = 'tool_redis ' ;
28
28
$ plugin ->version = 2024100700 ;
29
29
$ plugin ->release = 'v4.5-r1 ' ;
30
- $ plugin ->requires = 2024100700 ;
31
- $ plugin ->supported = [405 , 405 ];
30
+ $ plugin ->requires = 2025041400 ;
31
+ $ plugin ->supported = [500 , 500 ];
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
- $ plugin ->dependencies = ['cachestore_redis ' => 2024060100 ];
33
+ $ plugin ->dependencies = ['cachestore_redis ' => 2025041400 ];
You can’t perform that action at this time.
0 commit comments