humanmade / plugin-tester

Simple Docker image for running unit tests for WordPress plugins
21 stars 2 forks source link

PHP version considerations #8

Open johnbillion opened 4 years ago

johnbillion commented 4 years ago

The Docker container uses the default PHP version that comes with alpine:3.11. Without looking it up, I don't know which version this is, although I suspect it's 7.2.

Should this library allow the PHP version used for testing to be defined? If so, that adds some complexity, but without it it restricts the usefulness.

joehoyle commented 4 years ago

Currently this is on 7.3.18-r0, however I think it would be good to be building and tagging multiple versions of PHP in the future.