bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

chore: move from travis to github actions #1015

Closed bshaffer closed 2 years ago

bshaffer commented 2 years ago

Travis's body quit. Travis's bird quit. And unfortunately, Travis is no longer legit.

trylika commented 2 years ago

@bshaffer how is it going with this one? as it's needed for php8.1, maybe i could help in some way?

bshaffer commented 2 years ago

@trylika we need to move to GitHub actions. It should be very easy to do if you'd like to give it a try!

trylika commented 2 years ago

@bshaffer can you review my efforts for migrating to github actions?:)

here are some proofs of them working https://github.com/trylika/oauth2-server-php/actions

bshaffer commented 2 years ago

@bshaffer can you review my efforts for migrating to github actions?:)

here are some proofs of them working https://github.com/trylika/oauth2-server-php/actions

The best way for me to review is for you to submit a pull request

trylika commented 2 years ago

@bshaffer it's already submitted https://github.com/bshaffer/oauth2-server-php/pull/1016

trylika commented 2 years ago

one more update: fixed phpunit tests for php 8.0 and 8.1 this required changing minimum phpunit version to ^8.0

bshaffer commented 2 years ago

this has been completed!