Skip to content

Commit

Permalink
CI: switch to Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 13, 2020
1 parent d30b2fe commit 1fc4d93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
node: [10, 12]
ruby: [2.4.x]
ruby: [2.6]

steps:
- name: Clone repository
Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 1fc4d93

Please sign in to comment.