Skip to content

Commit

Permalink
Bump PHP versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aalaap committed Nov 7, 2020
1 parent 11ab47f commit 68b4c1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: php

php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'

before_script:
- composer install --dev
- composer install --dev

0 comments on commit 68b4c1d

Please sign in to comment.