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 19, 2023
1 parent 5536fe0 commit 9332227
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ permissions:
jobs:
rspec:
name: RSpec (ruby ${{ matrix.ruby-version }})
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby-version:
- '2.0'
- '2.1'
- '2.2'
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '2.7'
Expand Down

0 comments on commit 9332227

Please sign in to comment.