Skip to content

Commit

Permalink
Merge pull request #193 from grogy/patch-1
Browse files Browse the repository at this point in the history
Added check PHP 7.2, 7.3 and 7.4 in CI server
  • Loading branch information
Tom Mairs committed Jan 14, 2021
2 parents 9e977d8 + 7d04406 commit 60efd20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
install:
- composer install --no-interaction
script:
Expand Down

0 comments on commit 60efd20

Please sign in to comment.