Skip to content

Commit

Permalink
build also against PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Jan 10, 2020
1 parent 1365d16 commit 052abad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,7 @@ dist: trusty
php:
- 7.2
- 7.3
- 7.4

env:
- COMPOSER_DEPENDENCIES=""
Expand All @@ -16,7 +17,7 @@ matrix:
env: SYMFONY_VERSION="4.3.*"
- php: 7.3
env: SYMFONY_VERSION="4.4.*"
- php: 7.4snapshot
- php: 7.3
env: SYMFONY_VERSION="5.0.*"

sudo: false
Expand Down

0 comments on commit 052abad

Please sign in to comment.