test: refactor ruby and php modules to use mocked commands (#936)

This commit is contained in:
Thomas O'Donnell
2020-02-21 16:52:39 +00:00
committed by GitHub
parent c6d8031f36
commit d44c037ba5
7 changed files with 117 additions and 122 deletions
-10
View File
@@ -116,11 +116,6 @@ jobs:
toolchain: stable
override: true
# Install Ruby at a fixed version
- uses: eregon/use-ruby-action@v1
with:
ruby-version: "2.6.3"
# Install Python at a fixed version
- uses: actions/setup-python@v1
with:
@@ -131,11 +126,6 @@ jobs:
with:
dotnet-version: "2.2.402"
# Install PHP at a fixed version
- uses: shivammathur/setup-php@v1
with:
php-version: "7.3"
# Install Mercurial (pre-installed on Linux and windows)
- name: Install Mercurial (macos)
if: matrix.os == 'macOS-latest'