We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20b065 commit 043d175Copy full SHA for 043d175
.github/workflows/ci.yml
@@ -9,16 +9,19 @@ jobs:
9
fail-fast: false
10
matrix:
11
include:
12
+ - php: '8.0'
13
+ moodle-branch: 'master'
14
+ database: 'pgsql'
15
- php: '7.4'
- moodle-branch: 'MOODLE_400_STABLE'
16
+ moodle-branch: 'MOODLE_401_STABLE'
17
database: 'pgsql'
18
- php: '7.3'
19
moodle-branch: 'MOODLE_400_STABLE'
20
database: 'mariadb'
21
22
services:
23
postgres:
- image: postgres:10
24
+ image: postgres:13
25
env:
26
POSTGRES_USER: 'postgres'
27
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -119,7 +122,7 @@ jobs:
119
122
run: moodle-plugin-ci mustache
120
123
121
124
- name: Grunt
- if: ${{ always() }}
125
+ if: ${{ matrix.moodle-branch == 'MOODLE_400_STABLE' }}
126
run: moodle-plugin-ci grunt
127
128
- name: PHPUnit tests
0 commit comments