mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
test: refactor ruby and php modules to use mocked commands (#936)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user