Skip to content
Snippets Groups Projects
Commit c91d15dd authored by Luca Bösch's avatar Luca Bösch
Browse files

CI Integration re-enabled.

parent 70fc6b6f
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,11 @@ on: [push, pull_request] ...@@ -4,11 +4,11 @@ on: [push, pull_request]
jobs: jobs:
test: test:
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
services: services:
postgres: postgres:
image: postgres:10 image: postgres:12
env: env:
POSTGRES_USER: 'postgres' POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust' POSTGRES_HOST_AUTH_METHOD: 'trust'
...@@ -28,6 +28,18 @@ jobs: ...@@ -28,6 +28,18 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_400_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_400_STABLE
database: mariadb
- php: 7.4 - php: 7.4
moodle-branch: MOODLE_311_STABLE moodle-branch: MOODLE_311_STABLE
database: pgsql database: pgsql
...@@ -44,7 +56,7 @@ jobs: ...@@ -44,7 +56,7 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
path: plugin path: plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment