Skip to content
Snippets Groups Projects
Unverified Commit f752b450 authored by Justus Dieckmann's avatar Justus Dieckmann Committed by GitHub
Browse files

Merge pull request #98 from justusdieckmann/moodle38

Test for Moodle 38 Release
parents 5c0e92f6 3737f63d
No related branches found
No related tags found
No related merge requests found
......@@ -20,24 +20,20 @@ services:
php:
- 7.0
- 7.1
- 7.3
env:
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=master
matrix:
allow_failures:
- env: DB=pgsql MOODLE_BRANCH=master
- env: DB=mysqli MOODLE_BRANCH=master
exclude:
- php: 7.0
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
......@@ -47,6 +43,10 @@ matrix:
env: DB=pgsql MOODLE_BRANCH=master
- php: 7.0
env: DB=mysqli MOODLE_BRANCH=master
- php: 7.3
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
fast_finish: true
before_install:
......@@ -61,7 +61,7 @@ jobs:
include:
# Prechecks against latest Moodle stable only.
- stage: static
php: 7.1
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install:
- moodle-plugin-ci install --no-init
......@@ -77,7 +77,7 @@ jobs:
- moodle-plugin-ci grunt
# Smaller build matrix for development builds
- stage: develop
php: 7.1
php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install:
- moodle-plugin-ci install
......@@ -88,7 +88,6 @@ jobs:
# Unit tests and behat tests against full matrix.
install:
- moodle-plugin-ci install
-
script:
- moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat
......
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die;
$plugin->maturity = MATURITY_BETA;
$plugin->version = 2019103100;
$plugin->version = 2019120200;
$plugin->component = 'tool_lifecycle';
$plugin->requires = 2017111300; // Require Moodle 3.4 (or above).
$plugin->release = 'v3.7-r1';
$plugin->release = 'v3.8-r1';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment