Skip to content

Commit

Permalink
Merge pull request #276 from m-nakamura145/update-ci-matrix
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix
  • Loading branch information
reidmorrison authored Feb 14, 2024
2 parents 003159e + e077e33 commit 7f57034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, "3.0", 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

- Add support for Ruby 3.3

## [4.15.0]

- Add support for Elasticsearch 7.x and 8.x in the Elasticsearch appender.
Expand Down

0 comments on commit 7f57034

Please sign in to comment.