Skip to content

Commit

Permalink
CI: Add ruby 3.2 and 3.3 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed May 1, 2024
1 parent c327913 commit 0faf4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, "3.0", 3.1, head]
ruby: [2.7, "3.0", 3.1, 3.2, 3.3, head]

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Internal improvements:

Testing improvements:

* Add latest rubies to CI ([#687](https://github.com/arsduo/koala/pull/687))

Others:

v3.5.0 (2023-08-23)
Expand Down

0 comments on commit 0faf4a0

Please sign in to comment.