Skip to content

Commit

Permalink
workflow main
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Dec 4, 2023
1 parent b41c000 commit f113a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['master']
moodle-branch: ['main']
php: ['8.1']
database: ['mysqli']

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'master']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
database: ['mariadb', 'pgsql']
include:
- php: '8.0'
Expand All @@ -41,7 +41,7 @@ jobs:
moodle-branch: 'MOODLE_311_STABLE'
database: pgsql
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'main'
database: 'pgsql'

steps:
Expand Down

0 comments on commit f113a20

Please sign in to comment.