Skip to content

Commit

Permalink
Merge pull request #775 from nesquena/chore/774-fix-specs
Browse files Browse the repository at this point in the history
Test 2.3 and 2.4 on Ubuntu 20.04
  • Loading branch information
tagliala authored Jan 4, 2025
2 parents f66fc1f + 8f7e4bc commit 672d75f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:

strategy:
matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
channel: ['stable']
os: ['ubuntu-latest']

include:
# Test legacy Ruby versions on ubuntu-20.04 to avoid segmentation
# faults and errors with `Marshal`. Ref: ruby/setup-ruby#496
# faults and errors with `Marshal` or `sqlite3` not compiling.
# Ref: ruby/setup-ruby#496, nesquena/rabl#774
- ruby-version: '1.9.3'
channel: 'stable'
os: 'ubuntu-20.04'
Expand All @@ -32,6 +33,12 @@ jobs:
- ruby-version: '2.2'
channel: 'stable'
os: 'ubuntu-20.04'
- ruby-version: '2.3'
channel: 'stable'
os: 'ubuntu-20.04'
- ruby-version: '2.4'
channel: 'stable'
os: 'ubuntu-20.04'

- ruby-version: 'head'
channel: 'experimental'
Expand Down

0 comments on commit 672d75f

Please sign in to comment.