wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

Added PHP 7.2 testing #7

Closed jgrancell closed 6 years ago

jgrancell commented 6 years ago

This libary does not currently list PHP 7.2 as supported, and there are no associated Travis tests. Currently Travis is running PHP <= 7.1 as well as nightly, which is now PHP 7.3.

I've added PHP 7.2 as a discrete test case on Travis, and added PHP 7.2 to the supported version in the README.

All tests are passing under PHP 7.2.4 locally and on Travis.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ef54937db212fc19db44602761f19729611dfb1d on jgrancell:php72 into d0eeca4348c973e3e6da8a1587bb60dea1ed1c25 on wohali:master.

wohali commented 6 years ago

Thanks @jgrancell !