Allow jobs to fail on SF 3.4.

This commit is contained in:
Nyholm
2020-05-03 14:05:48 +02:00
parent 794d0f3707
commit 72fffa4c1e
+3
View File
@@ -14,6 +14,9 @@ matrix:
env: SKELETON_VERSION="^4.4"
- php: 7.4
env: SKELETON_VERSION="^5.0"
allow_failures:
- php: 7.4
env: SKELETON_VERSION="^3.4"
before_install:
- phpenv config-rm xdebug.ini || true