Skip to content

Commit

Permalink
Merge branch 'code_checks_moodle_404' into moodle_404_test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz committed Apr 7, 2024
2 parents c805143 + 4b1d753 commit 6dc7575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ jobs:
database: mariadb
plugin-ci: ^4
# extensions: xmlrpc-beta
# Moodle master, PHP 8.2, PostgreSQL
# Moodle main, PHP 8.2, PostgreSQL
- php: '8.2'
moodle-branch: 'master'
moodle-branch: 'main'
database: pgsql
plugin-ci: ^4
# extensions: xmlrpc-beta

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin

Expand Down

0 comments on commit 6dc7575

Please sign in to comment.