Skip to content

Commit

Permalink
CI: Add ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Dec 28, 2024
1 parent ff86054 commit 1b2f57a
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, 3.2, 3.3, head]
ruby: [2.7, "3.0", 3.1, 3.2, 3.3, 3.4, 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 @@ -15,6 +15,8 @@ Internal improvements:

Testing improvements:

* Add ruby 3.4 to CI ([696](https://github.com/arsduo/koala/pull/696))

Others:

v3.6.0 (2024-06-27)
Expand Down

0 comments on commit 1b2f57a

Please sign in to comment.