Skip to content

Commit

Permalink
Moodle 4.5 code checker update
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz committed Oct 5, 2024
1 parent 4946fe1 commit d8a66de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,18 @@ jobs:
database: pgsql
plugin-ci: ^4
# extensions: xmlrpc-beta
# Moodle main, PHP 8.3, MariaDB
# Moodle 4.5, PHP 8.3, MariaDB
- php: '8.3'
moodle-branch: 'main'
moodle-branch: 'MOODLE_405_STABLE'
database: mariadb
plugin-ci: ^4
# extensions: xmlrpc-beta
# Moodle main, PHP 8.3, PostgreSQL
- php: '8.3'
moodle-branch: 'main'
database: pgsql
plugin-ci: ^4
# extensions: xmlrpc-beta

steps:
- name: Check out repository code
Expand Down

0 comments on commit d8a66de

Please sign in to comment.