Skip to content

Commit

Permalink
Move all "master" uses to "main"
Browse files Browse the repository at this point in the history
The canonical repository https://github.com/moodlehq/moodle-local_moodlecheck
has moved its "master" branch to "main".

So, here, we are adjusting all the places where the, now old, "master"
branch was being used. Usually that includes:

- CI Integrations (GHA, Travis...).
- Docs: READMEs, change logs, comments, any link pointing to "master" in general.
- Cases in code base that may depend of git branch name (unlikely, but...)
  • Loading branch information
stronk7 committed Nov 24, 2023
1 parent 0883f7d commit 63645cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
fail-fast: false
matrix:
include:
# Highest php versions supported by each branch (with master always being tested twice).
# Highest php versions supported by each branch (with main always being tested twice).
- php: 8.2
moodle-branch: master
moodle-branch: main
database: pgsql
- php: 8.2
moodle-branch: master
moodle-branch: main
database: pgsql
- php: 8.2
moodle-branch: MOODLE_403_STABLE
Expand Down Expand Up @@ -74,12 +74,12 @@ jobs:
database: pgsql
plugin-ci: ^3

# Lowest php versions supported by each branch (with master always being tested twice).
# Lowest php versions supported by each branch (with main always being tested twice).
- php: 8.1
moodle-branch: master
moodle-branch: main
database: pgsql
- php: 8.1
moodle-branch: master
moodle-branch: main
database: pgsql
- php: 8.0
moodle-branch: MOODLE_403_STABLE
Expand Down

0 comments on commit 63645cc

Please sign in to comment.