Skip to content

Commit

Permalink
supports ruby3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kakubin committed Jan 17, 2024
1 parent 9218da1 commit 77be22a
Show file tree
Hide file tree
Showing 2 changed files with 6 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Officially supports Ruby version 3.3.

* Issue - Improve `to_h` method's performance of `Aws::Rails::SqsActiveJob::Configuration`.

3.9.1 (2023-12-19)
Expand Down

0 comments on commit 77be22a

Please sign in to comment.