Skip to content

Commit

Permalink
Switch from branch "master" to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel authored Sep 17, 2024
1 parent 52337ea commit 15163ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ jobs:
matrix:
include:
- php: '8.3'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.3'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.2'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.2'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.1'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'master'
moodle-branch: 'main'
database: 'pgsql'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
Expand Down

0 comments on commit 15163ae

Please sign in to comment.