Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Feb 25, 2024
1 parent ee0ae3a commit c00d11f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: ['main']
moodle-branch: ['MOODLE_403_STABLE']
php: ['8.1']
database: ['mysqli']

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE']
php: ['8.1']
database: ['mariadb', 'pgsql']
include:
Expand Down Expand Up @@ -62,6 +62,12 @@ jobs:
repository: mdjnelson/moodle-mod_certificate
path: extras/mod_certificate

- name: add plugin
uses: actions/checkout@v3
with:
repository: mdjnelson/moodle-mod_customcert
path: extras/mod_certificate

- name: setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit c00d11f

Please sign in to comment.