We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b1134 commit 9f96930Copy full SHA for 9f96930
.github/workflows/moodle-ci.yml
@@ -35,7 +35,10 @@ jobs:
35
moodle-branch: 'main'
36
database: 'mariadb'
37
- php: '8.3'
38
- moodle-branch: 'MOODLE_404_STABLE'
+ moodle-branch: 'MOODLE_405_STABLE'
39
+ database: 'mariadb'
40
+ - php: '8.2'
41
42
database: 'pgsql'
43
- php: '8.2'
44
moodle-branch: 'MOODLE_404_STABLE'
@@ -107,7 +110,7 @@ jobs:
107
110
run: moodle-plugin-ci mustache
108
111
109
112
- name: Grunt
- if: ${{ matrix.moodle-branch == 'MOODLE_404_STABLE' }}
113
+ if: ${{ matrix.moodle-branch == 'MOODLE_405_STABLE' }}
114
run: moodle-plugin-ci grunt
115
116
- name: PHPUnit tests
0 commit comments