Skip to content

Commit

Permalink
Test PHP versions 7.1 - 7.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljurecko committed Jul 27, 2020
1 parent bba5f75 commit a6d0826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- composer install
Expand Down
2 changes: 0 additions & 2 deletions tests/LineBreaksHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,5 @@ public function getDataSet()
$lineEnd
];
}


}
}

0 comments on commit a6d0826

Please sign in to comment.