Skip to content

Commit bc2a2af

Browse files
committed
CI Integration re-enabled.
1 parent 70fc6b6 commit bc2a2af

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/moodle-plugin-ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88

99
services:
1010
postgres:
11-
image: postgres:10
11+
image: postgres:12
1212
env:
1313
POSTGRES_USER: 'postgres'
1414
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -28,6 +28,18 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31+
- php: 7.4
32+
moodle-branch: MOODLE_401_STABLE
33+
database: pgsql
34+
- php: 7.4
35+
moodle-branch: MOODLE_401_STABLE
36+
database: mariadb
37+
- php: 7.4
38+
moodle-branch: MOODLE_400_STABLE
39+
database: pgsql
40+
- php: 7.4
41+
moodle-branch: MOODLE_400_STABLE
42+
database: mariadb
3143
- php: 7.4
3244
moodle-branch: MOODLE_311_STABLE
3345
database: pgsql

0 commit comments

Comments
 (0)