There was an error while loading. Please reload this page.
1 parent 1806958 commit 61c89ebCopy full SHA for 61c89eb
1 file changed
.github/workflows/moodle-plugin-ci.yml
@@ -26,10 +26,28 @@ jobs:
26
- php: '8.4'
27
moodle-branch: 'MOODLE_500_STABLE'
28
database: mariadb
29
+ - php: '8.2'
30
+ moodle-branch: 'MOODLE_501_STABLE'
31
+ database: pgsql
32
+ - php: '8.3'
33
34
35
+ - php: '8.4'
36
37
38
39
40
+ database: mariadb
41
42
43
44
45
46
47
48
services:
49
postgres:
- image: postgres:14
50
+ image: postgres:15
51
env:
52
POSTGRES_USER: 'postgres'
53
POSTGRES_HOST_AUTH_METHOD: 'trust'
0 commit comments