Skip to content

Commit

Permalink
Update action for Moodle 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Oct 7, 2023
1 parent d13f0ea commit 8c92c3d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/moodle-ci.yml
Expand Up @@ -28,8 +28,17 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.1'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_403_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
Expand Down Expand Up @@ -95,7 +104,6 @@ jobs:
run: moodle-plugin-ci mustache

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

Expand Down

0 comments on commit 8c92c3d

Please sign in to comment.