mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-12-02 09:37:51 +01:00
0db6888c46
* 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
5 lines
160 B
YAML
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' |