PHP Runner
ActionsTags
(1)This action lets you execute any file / script with several PHP versions.
Via GitHub Workflow:
action "Run tests" {
uses = "franzliedke/[email protected]"
runs = "php8.1 vendor/bin/phpunit"
}
Version | Binary |
---|---|
5.6 | php5.6 |
7.0 | php7.0 |
7.1 | php7.1 |
7.2 | php7.2 |
7.3 | php7.3 |
7.4 | php7.4 |
8.0 | php8.0 |
8.1 | php8.1 |
The MIT License (MIT). Please see LICENSE for more information.
PHP Runner is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.