From d44c037ba565128572d881c60774ca5cd186af61 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Fri, 21 Feb 2020 16:52:39 +0000 Subject: test: refactor ruby and php modules to use mocked commands (#936) --- .github/workflows/workflow.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.github') 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' -- cgit v1.2.3