Skip to content

Commit

Permalink
Enable newer PHP versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 25, 2022
1 parent 3afe770 commit 547d4bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

before_script:
- composer install -n --dev --prefer-source
Expand Down

0 comments on commit 547d4bd

Please sign in to comment.