Skip to content

Commit

Permalink
Issue danielstjules#209 - PHP 8.1 compatibility - Add PHP 7.2, 7.3, 7…
Browse files Browse the repository at this point in the history
….4, 8.0, 8.1 to Travis matrix
  • Loading branch information
Sweetchuck committed Jan 9, 2022
1 parent b2365b4 commit 839ae97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ matrix:
env: polyfill='true'
- php: 7.1
env: polyfill='false'
- php: 7.2
env: polyfill='true'
- php: 7.3
env: polyfill='true'
- php: 7.4
env: polyfill='true'
- php: 8.0
env: polyfill='true'
- php: 8.1
env: polyfill='true'

install: travis_retry composer install --no-interaction --prefer-source

Expand Down

0 comments on commit 839ae97

Please sign in to comment.