Skip to content

Commit

Permalink
Merge c3d8f41 into 89ea314
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jun 20, 2020
2 parents 89ea314 + c3d8f41 commit b1819bc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -4,22 +4,20 @@ on: [push, pull_request]
jobs:
build:
name: "Ruby: ${{ matrix.ruby }} OS: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
ruby: ["2.4", "2.5", "2.6", "2.7"]
os: [macos, windows, ubuntu]
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Select Ruby Version
uses: eregon/use-ruby-action@master
uses: MSP-Greg/setup-ruby-pkgs@v1
with:
ruby-version: ${{ matrix.ruby }}
base: update
- name: Update RubyGems & Bundler
run: gem update --system --no-document --conservative
mingw: _upgrade_
- name: Install Dependencies
run: bundle install --jobs=3 --retry=3
- name: Run Test
Expand Down

0 comments on commit b1819bc

Please sign in to comment.