Skip to content

Commit

Permalink
Add Ruby 3.3 to CI (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakubin authored Jan 17, 2024
1 parent 9218da1 commit b66c14d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
gemfile: [rails-5.2.gemfile, rails-6.0.gemfile, rails-6.1.gemfile, rails-7.0.gemfile, rails-main.gemfile]

exclude:
Expand All @@ -26,6 +26,8 @@ jobs:
ruby: 3.1
- gemfile: rails-5.2.gemfile
ruby: 3.2
- gemfile: rails-5.2.gemfile
ruby: 3.3
- gemfile: rails-5.2.gemfile
ruby: jruby-9.4

Expand Down Expand Up @@ -113,4 +115,4 @@ jobs:
run: bundle install

- name: Rubocop
run: bundle exec rubocop -E -S
run: bundle exec rubocop -E -S

0 comments on commit b66c14d

Please sign in to comment.