Skip to content

Commit

Permalink
Add Ruby 3.2 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 20, 2024
1 parent b2fa4ee commit 401c3a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- rails_4
- rails_5
- rails_6
- rails_7
rubygems:
- default
ruby:
- '2.7'
# - '3.2'
# bundler:
# - default
- '3.2'
exclude:
- gemfile: rails_4
ruby: '3.2'
Expand All @@ -35,7 +34,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
rubygems: ${{ matrix.rubygems }}
# bundler: ${{ matrix.bundler }}
bundler-cache: true

- name: Export ENV
Expand Down

0 comments on commit 401c3a1

Please sign in to comment.