Skip to content

Commit

Permalink
Add all remaining ruby 2.x versions to build matrix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Simon Coffey committed Jun 14, 2023
1 parent 358a74b commit a292c6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ permissions:

jobs:
RSpec:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby-version:
- '1.9.3'
- '2.0'
- '2.1'
- '2.2'
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '2.7'
Expand Down

0 comments on commit a292c6a

Please sign in to comment.