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 10, 2023
1 parent caf7acf commit 54efd8c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,17 @@ on:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ruby:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
Expand All @@ -41,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 54efd8c

Please sign in to comment.