Skip to content
Snippets Groups Projects
Commit 263ddba8 authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Exclude Moodle 3.5 with PHP 7.3

parent 993329a8
No related branches found
No related tags found
No related merge requests found
......@@ -43,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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment