diff options
| author | XhmikosR <[email protected]> | 2020-01-13 15:09:17 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-09 16:26:10 +0200 |
| commit | 90fef3086d88f87ab91b0ccc08a195c3cfba74bf (patch) | |
| tree | 8a0ec24f42553f7b62393c193b0173b19db98cf3 /.github | |
| parent | 9b71d9817d5e5c79164c84777b04b58406ff875c (diff) | |
| download | bootstrap-90fef3086d88f87ab91b0ccc08a195c3cfba74bf.tar.xz bootstrap-90fef3086d88f87ab91b0ccc08a195c3cfba74bf.zip | |
CI: switch to Ruby 2.6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1958de409..8ccbdbae1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: node: [10, 12] - ruby: [2.4.x] + ruby: [2.6] steps: - name: Clone repository @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Set up Ruby 2.4 + - name: Set up Ruby uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -50,9 +50,6 @@ jobs: - name: Set up Bundler run: gem install bundler -v "~> 1.17" - - name: Update rubygems - run: gem update --system - - run: ruby --version - run: gem --version - run: bundle --version |
