prooph / pdo-event-store

PDO implementation of ProophEventStore http://getprooph.org
BSD 3-Clause "New" or "Revised" License
111 stars 56 forks source link

Drop support of PHP 7.1 (EOL: 2020-01-01) #218

Closed gquemener closed 4 years ago

gquemener commented 4 years ago

https://www.php.net/supported-versions.php

What about dropping 7.2 at the same time as it's not actively supported as well? :thinking:

gquemener commented 4 years ago

I'll have a look at the RDBMS support releases as well.

fritz-gerneth commented 4 years ago

I'd caution against doing so unless there is some actual requirement to do so. Older versions of PHP are still supported by some distributions by backports of security fixes (RHEL / Debian Stretch)

gquemener commented 4 years ago

Thanks @fritz-gerneth, I'll look into that as well.

For the record, PHPUnit (which is used in this project) is about to drop support of php 7.1 as well in a few months: https://phpunit.de/supported-versions.html