stellarwp / slic

The slic (StellarWP Local Interactive Containers) CLI command provides a containerized and consistent environment for running automated tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify PHP version to run tests on

sc0ttkclark opened this issue · comments

I'd like to be able to specify the PHP version to use for testing, specifically being able to run tests on PHP 7.4 or PHP 8.0

Released with 1.1.0.

slic php-version set 8.0

Supported versions: 7.3, 7.4, 8.0, and 8.1.