Skip to content

Commit 4eff98a

Browse files
author
Simon Coffey
committed
Add all remaining ruby 2.x versions to build matrix
These builds now all pass for the time being, so since they were in the original .travis.yml I'm adding them here. To get ruby 2.2 working with the official setup-ruby action I've had to pin the runner on ubuntu-20.04 due to a known issue with setup-ruby, 2.2 and ubuntu-latest: ruby/setup-ruby#496
1 parent 358a74b commit 4eff98a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ permissions:
1010

1111
jobs:
1212
RSpec:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
ruby-version:
18+
- '2.0'
19+
- '2.1'
20+
- '2.2'
21+
- '2.3'
22+
- '2.4'
1823
- '2.5'
1924
- '2.6'
2025
- '2.7'

0 commit comments

Comments
 (0)