diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2019-12-19 10:03:11 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2019-12-19 10:03:30 +0100 |
| commit | 8d70768e094dbc69c74b657a4b82b784d639bed4 (patch) | |
| tree | 5086505d2a2cb25339e19eb66a238bf4d8f4fea3 | |
| parent | 0ed10c09298ad804466845164be109901a9a7e0c (diff) | |
| download | grauphel-8d70768e094dbc69c74b657a4b82b784d639bed4.tar.gz grauphel-8d70768e094dbc69c74b657a4b82b784d639bed4.zip | |
Let travis test on PHP 7.2, 7.3 and 7.4
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c7216ec..5f179b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ addons: - xsltproc php: - 7.2 - - 7.1 - - 5.6 + - 7.3 + - 7.4 script: - cd tests - phpunit . |
