Skip to content

Commit 3ed7e73

Browse files
committed
Adding tests on Symfony5
1 parent cf1c4ec commit 3ed7e73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ cache:
88
matrix:
99
fast_finish: true
1010
include:
11-
- php: 7.1
11+
- php: 7.4snapshot
1212
env: SKELETON_VERSION="^3.4"
13-
- php: 7.1
14-
env: SKELETON_VERSION="^4.0"
13+
- php: 7.4snapshot
14+
env: SKELETON_VERSION="^4.4"
15+
- php: 7.4snapshot
16+
env: SKELETON_VERSION="^5.0"
1517

1618
before_install:
1719
- phpenv config-rm xdebug.ini || true

0 commit comments

Comments
 (0)