Skip to content

Commit

Permalink
CI updates for Moodle 4.4 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz committed Apr 15, 2024
1 parent b48e737 commit 4780885
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,29 @@ jobs:
database: mariadb
plugin-ci: ^3
# Moodle 4.2, PHP 8.0, PostgreSQL
- php: '8.0' # 8.0-8.1
- php: '8.0' # 8.0-8.2
moodle-branch: 'MOODLE_402_STABLE'
database: pgsql
plugin-ci: ^4
# extensions: xmlrpc-beta
# Moodle 4.3, PHP 8.1, MariaDB
- php: '8.1'
- php: '8.1' # 8.0-8.2
moodle-branch: 'MOODLE_403_STABLE'
database: mariadb
plugin-ci: ^4
# extensions: xmlrpc-beta
# Moodle main, PHP 8.2, PostgreSQL
# Moodle 4.4, PHP 8.2, PostgreSQL
- php: '8.2'
moodle-branch: 'main'
database: pgsql
plugin-ci: ^4
# extensions: xmlrpc-beta
# Moodle main, PHP 8.3, MariaDB
- php: '8.3'
moodle-branch: 'main'
database: mariadb
plugin-ci: ^4
# extensions: xmlrpc-beta

steps:
- name: Check out repository code
Expand Down

0 comments on commit 4780885

Please sign in to comment.