Adding tests on Symfony5

This commit is contained in:
Nyholm
2019-11-28 17:00:20 +01:00
parent cf1c4ecb11
commit 3ed7e73fae
+5 -3
View File
@@ -8,10 +8,12 @@ cache:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.4snapshot
env: SKELETON_VERSION="^3.4"
- php: 7.1
env: SKELETON_VERSION="^4.0"
- php: 7.4snapshot
env: SKELETON_VERSION="^4.4"
- php: 7.4snapshot
env: SKELETON_VERSION="^5.0"
before_install:
- phpenv config-rm xdebug.ini || true