Skip to content
Snippets Groups Projects
Unverified Commit 5977e49f authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Only test against supported server versions

parent da4e9214
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@ matrix:
env: "DB=mysql CORE_BRANCH=master PACKAGE=TRUE"
- php: 7.1
env: "DB=pgsql PHP_COVERAGE=TRUE"
- php: 7.0
env: "DB=pgsql CORE_BRANCH=stable15"
- php: 7.1
env: "DB=pgsql CORE_BRANCH=v15.0.0"
env: "DB=pgsql CORE_BRANCH=v16.0.0beta3"
- php: 7.2
env: "DB=pgsql CORE_BRANCH=v16.0.0alpha1"
- php: 7.2
env: "DB=pgsql PHP_COVERAGE=TRUE"
fast_finish: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment