ext-php-rs/.github/actions/zts/action.yml
David 0db6888c46
Added support for PHP ZTS (#37)
* Added support for PHP ZTS

* Added GitHub action for ZTS

Runs seperate from the other tests, as the setup-php action does not
support ZTS, therefore we run the tests in a Docker container.

* Source Rust env file before building

* No `source` command on docker

* Another attempt at fixing Rust in Docker
2021-05-19 20:45:39 +12:00

5 lines
160 B
YAML

name: 'PHP ZTS and Rust'
description: 'Builds the crate after installing the latest PHP with ZTS and stable Rust.'
runs:
using: 'docker'
image: 'Dockerfile'