Skip to content

Commit

Permalink
CI: add Ruby 3.3 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 17, 2024
1 parent 91dc58c commit 501f29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'

steps:

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog], and this project adheres to

### Added

- Test on Ruby 3.2 in the CI build ([#84]).
- Test on Ruby 3.2, and 3.3 in the CI build ([#84], [#85]).

### Changed

Expand All @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[Unreleased]: https://github.com/envato/pagerduty/compare/v4.0.0...HEAD
[#82]: https://github.com/envato/pagerduty/pull/82
[#84]: https://github.com/envato/pagerduty/pull/84
[#85]: https://github.com/envato/pagerduty/pull/85

## [4.0.0] - 2022-02-14

Expand Down

0 comments on commit 501f29c

Please sign in to comment.