We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f98b3 commit 0ff0197Copy full SHA for 0ff0197
1 file changed
.github/workflows/moodle-ci.yml
@@ -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