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: migrate to gh actions #1018

Closed bshaffer closed 2 years ago

snapshotpl commented 2 years ago

You can try https://github.com/Yoast/PHPUnit-Polyfills to fix issues on older PHP versions

snapshotpl commented 2 years ago

Or we should consider drop old PHP version support

trylika commented 2 years ago

we are talking about php 5.6/7.0/7.1 versions, which are currently ancient, i would definitely suggest making life easier by dropping them

kristijonasb commented 2 years ago

+1 for dropping support for older versions.

trylika commented 2 years ago

@bshaffer any news?

bshaffer commented 2 years ago

Okay I dropped support for 7.0 as well, and we should be able to merge this soon.

One question though... why is this a priority to the people on this thread? This does not add support or compatibility, it only affects the test suite. So I'm confused how something could be reliant on any of the changes being made here.

Thanks!