barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.65k stars 459 forks source link

Dynamically test PHP versions depending on composer.json #637

Closed Sebbo94BY closed 2 years ago

Sebbo94BY commented 2 years ago

To avoid updating all the time the Github workflow config, this change should dynamically load and test the respective PHP versions, which are supported / defined by the composer.json.

Avoids pull requests like #642 in the future.

Sebbo94BY commented 2 years ago

Open pipeline issues will be fixed by #639.