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 1, 2023
1 parent e8bdf75 commit e414b7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,14 +16,13 @@ on:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
ruby:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
Expand All @@ -38,6 +37,8 @@ jobs:
- jruby-head
- truffleruby-head
include:
- ruby: "2.2"
os: ubuntu-20.04
- ruby: "2.7"
coverage: true
env:
Expand Down

0 comments on commit e414b7b

Please sign in to comment.