Set for version 3.8 (#407)
This commit is contained in:
parent
2a5c9f6a3d
commit
02fa6819de
1 changed files with 9 additions and 9 deletions
18
.github/workflows/moodle-ci.yml
vendored
18
.github/workflows/moodle-ci.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
image: postgres:9.4
|
||||
env:
|
||||
POSTGRES_USER: 'postgres'
|
||||
POSTGRES_HOST_AUTH_METHOD: 'trust'
|
||||
|
@ -28,17 +28,17 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- php: '7.4'
|
||||
moodle-branch: 'MOODLE_310_STABLE'
|
||||
- php: '7.2'
|
||||
moodle-branch: 'MOODLE_38_STABLE'
|
||||
database: pgsql
|
||||
- php: '7.4'
|
||||
moodle-branch: 'MOODLE_310_STABLE'
|
||||
- php: '7.2'
|
||||
moodle-branch: 'MOODLE_38_STABLE'
|
||||
database: mariadb
|
||||
- php: '7.2'
|
||||
moodle-branch: 'MOODLE_310_STABLE'
|
||||
- php: '7.1'
|
||||
moodle-branch: 'MOODLE_38_STABLE'
|
||||
database: pgsql
|
||||
- php: '7.2'
|
||||
moodle-branch: 'MOODLE_310_STABLE'
|
||||
- php: '7.1'
|
||||
moodle-branch: 'MOODLE_38_STABLE'
|
||||
database: mariadb
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue