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
Branches
Tags v3.8-r1
No related merge requests found
...@@ -20,24 +20,20 @@ services: ...@@ -20,24 +20,20 @@ services:
php: php:
- 7.0 - 7.0
- 7.1 - 7.1
- 7.3
env: env:
matrix: matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
- DB=pgsql MOODLE_BRANCH=master - DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
- DB=mysqli MOODLE_BRANCH=master - DB=mysqli MOODLE_BRANCH=master
matrix: matrix:
allow_failures:
- env: DB=pgsql MOODLE_BRANCH=master
- env: DB=mysqli MOODLE_BRANCH=master
exclude: exclude:
- php: 7.0 - php: 7.0
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
...@@ -47,6 +43,10 @@ matrix: ...@@ -47,6 +43,10 @@ matrix:
env: DB=pgsql MOODLE_BRANCH=master env: DB=pgsql MOODLE_BRANCH=master
- php: 7.0 - php: 7.0
env: DB=mysqli MOODLE_BRANCH=master 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 fast_finish: true
before_install: before_install:
...@@ -61,7 +61,7 @@ jobs: ...@@ -61,7 +61,7 @@ jobs:
include: include:
# Prechecks against latest Moodle stable only. # Prechecks against latest Moodle stable only.
- stage: static - stage: static
php: 7.1 php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install: install:
- moodle-plugin-ci install --no-init - moodle-plugin-ci install --no-init
...@@ -77,7 +77,7 @@ jobs: ...@@ -77,7 +77,7 @@ jobs:
- moodle-plugin-ci grunt - moodle-plugin-ci grunt
# Smaller build matrix for development builds # Smaller build matrix for development builds
- stage: develop - stage: develop
php: 7.1 php: 7.3
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
...@@ -88,7 +88,6 @@ jobs: ...@@ -88,7 +88,6 @@ jobs:
# Unit tests and behat tests against full matrix. # Unit tests and behat tests against full matrix.
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
-
script: script:
- moodle-plugin-ci phpunit --coverage-clover - moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat - moodle-plugin-ci behat
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die; defined('MOODLE_INTERNAL') || die;
$plugin->maturity = MATURITY_BETA; $plugin->maturity = MATURITY_BETA;
$plugin->version = 2019103100; $plugin->version = 2019120200;
$plugin->component = 'tool_lifecycle'; $plugin->component = 'tool_lifecycle';
$plugin->requires = 2017111300; // Require Moodle 3.4 (or above). $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