summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-02-21 16:52:39 +0000
committerGitHub <noreply@github.com>2020-02-21 11:52:39 -0500
commitd44c037ba565128572d881c60774ca5cd186af61 (patch)
tree75ed1592322509f331551ad40755449d81264ce3 /.github
parentc6d8031f362003d3b95c39d6fa42c807c16f1e94 (diff)
test: refactor ruby and php modules to use mocked commands (#936)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index b699be4c6..8a5f2ebfb 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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'