diff --git a/.travis.yml b/.travis.yml index aaf5222..a3ff113 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: php php: - 7.2 + - 7.3 + - 7.4snapshot before_script: - if [ -n "$GITHUB_ACCESS_TOKEN" ]; then composer config github-oauth.github.com ${GITHUB_ACCESS_TOKEN}; fi;