Skip to content

Commit

Permalink
Update Moodle plugin CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Nov 16, 2023
1 parent 5f4f62d commit 3a4c4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- {php: '7.3', moodle-branch: MOODLE_400_STABLE, database: pgsql}
- {php: '7.4', moodle-branch: MOODLE_401_STABLE, database: mariadb}
- {php: '8.1', moodle-branch: MOODLE_402_STABLE, database: pgsql}
- {php: '8.2', moodle-branch: MOODLE_403_STABLE, database: mariadb}
- {php: '8.0', moodle-branch: master, database: pgsql}

steps:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
run: moodle-plugin-ci codechecker --max-warnings 0

- name: Moodle PHPDoc Checker
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
run: moodle-plugin-ci phpdoc

Expand Down

0 comments on commit 3a4c4eb

Please sign in to comment.