From 18ca4e2759425aa8d06f5da1b15a113fafba9a4c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 22 Jul 2019 14:24:04 +0100 Subject: [PATCH] test 7.3 and 7.4 on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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;