Skip to content

Commit

Permalink
chore: github CI match ruby to rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Dec 31, 2024
1 parent 7682afd commit b34952e
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,31 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
ruby-version: [2.7, 3.0, 3.1, 3.2, 3.3, ruby-head, jruby-9.2, jruby-9.3, jruby-head]
channel: ['stable']
continue-on-error: ${{ endsWith(matrix.ruby-version, 'ruby-head') || matrix.ruby-version == 'jruby-head' }}
include:
- gemfile: rails_5_2
ruby: 2.7
- gemfile: rails_6_1
ruby: 3.1
- gemfile: rails_7_0
ruby: 3.0
- gemfile: rails_7_0
ruby: 3.1
- gemfile: rails_7_1
ruby: 3.1
- gemfile: rails_7_1
ruby: 3.2
- gemfile: rails_7_2
ruby: 3.1
- gemfile: rails_7_2
ruby: 3.2
- gemfile: rails_8_0
ruby: 3.2
- gemfile: rails_8_0
ruby: 3.3
- gemfile: rails_8_0
ruby: 3.4
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit b34952e

Please sign in to comment.