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 70fc6b6 commit bc2a2afCopy full SHA for bc2a2af
.github/workflows/moodle-plugin-ci.yml
@@ -4,11 +4,11 @@ on: [push, pull_request]
4
5
jobs:
6
test:
7
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
8
9
services:
10
postgres:
11
- image: postgres:10
+ image: postgres:12
12
env:
13
POSTGRES_USER: 'postgres'
14
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -28,6 +28,18 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
+ - php: 7.4
32
+ moodle-branch: MOODLE_401_STABLE
33
+ database: pgsql
34
35
36
+ database: mariadb
37
38
+ moodle-branch: MOODLE_400_STABLE
39
40
41
42
43
- php: 7.4
44
moodle-branch: MOODLE_311_STABLE
45
database: pgsql
0 commit comments