We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a155a commit 80aea2cCopy full SHA for 80aea2c
1 file changed
.github/workflows/moodle-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
12
services:
13
postgres:
14
- image: postgres:14 # Moodle 5.0
+ image: postgres:15 # Moodle 5.1
15
env:
16
POSTGRES_USER: 'postgres'
17
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -42,13 +42,13 @@ jobs:
42
plugin-ci: ^4
43
# extensions: xmlrpc-beta
44
# Moodle 5.1, PHP 8.3, MariaDB
45
- - php: '8.3'
+ - php: '8.3' # 8.2-8.4
46
moodle-branch: 'main'
47
database: mariadb
48
49
50
# Moodle 5.1, PHP 8.4, PostgresSQL
51
- - php: '8.4'
+ - php: '8.4' # 8.2-8.4
52
53
database: pgsql
54
0 commit comments