Test against stable releases

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-10-02 21:20:17 +02:00
parent 15ae74249b
commit 52cbd3d6d8
2 changed files with 12 additions and 8 deletions

View File

@@ -2,9 +2,13 @@ language: php
services:
- mysql
php:
- 7.2
- 7.3
- 7.4
env:
- CORE_BRANCH=master DB=mysql
- CORE_BRANCH=stable20 DB=mysql
- CORE_BRANCH=stable19 DB=mysql
- CORE_BRANCH=stable18 DB=mysql
matrix:
include: