Skip to content

Commit

Permalink
Use moodle core main branch in moodle-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel authored Sep 5, 2024
1 parent 6c8636f commit e941290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
moodle-branch: ['MOODLE_403_STABLE', 'master' ]
php: [ '8.1', '8.3' ]
moodle-branch: ['MOODLE_403_STABLE', 'main' ]
database: [ pgsql, mariadb ]

steps:
Expand Down

0 comments on commit e941290

Please sign in to comment.