Skip to content

Commit

Permalink
Change GitHub CI to install Ruby 2.2 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jun 4, 2023
1 parent ea49873 commit 07cb361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
Expand All @@ -27,7 +27,6 @@ jobs:
ruby:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
Expand All @@ -42,6 +41,8 @@ jobs:
- jruby-head
- truffleruby-head
include:
- ruby: "2.2"
os: ubuntu-20.04
- ruby: "2.7"
os: ubuntu-latest
coverage: true
Expand Down

0 comments on commit 07cb361

Please sign in to comment.