CI: switch to Ruby 2.6
This commit is contained in:
parent
9b71d9817d
commit
90fef3086d
1 changed files with 2 additions and 5 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue