Skip to content

Commit

Permalink
update Travis config to support PHP 8.0 and 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianorsouza committed Apr 30, 2022
1 parent d4c9e5d commit 6e93414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php
php:
- 7.2
- 7.3
- 8.0
- 8.1

install:
- composer install
Expand Down

0 comments on commit 6e93414

Please sign in to comment.