Skip to content

Commit

Permalink
Test against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Dec 26, 2023
1 parent 64473e5 commit 7dff1e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 3.0
- 3.1
- 3.2
- 3.3
gemfile:
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
Expand Down Expand Up @@ -44,6 +45,12 @@ jobs:
gemfile: gemfiles/rails_5.1.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_5.2.gemfile
- ruby: 3.3
gemfile: gemfiles/rails_5.0.gemfile
- ruby: 3.3
gemfile: gemfiles/rails_5.1.gemfile
- ruby: 3.3
gemfile: gemfiles/rails_5.2.gemfile

# Rails 7.x requires Ruby 2.7+
- ruby: 2.5
Expand All @@ -70,7 +77,7 @@ jobs:
bundler-cache: true

- name: Rubocop
if: ${{ matrix.ruby == '3.2' }}
if: ${{ matrix.ruby == '3.3' }}
run: "bundle exec rubocop"

- name: Tests
Expand Down

0 comments on commit 7dff1e7

Please sign in to comment.