Skip to content

Commit 1b2f57a

Browse files
committed
CI: Add ruby 3.4
1 parent ff86054 commit 1b2f57a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: [2.7, "3.0", 3.1, 3.2, 3.3, head]
13+
ruby: [2.7, "3.0", 3.1, 3.2, 3.3, 3.4, head]
1414

1515
steps:
1616
- name: Checkout repository

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Internal improvements:
1515

1616
Testing improvements:
1717

18+
* Add ruby 3.4 to CI ([696](https://github.com/arsduo/koala/pull/696))
19+
1820
Others:
1921

2022
v3.6.0 (2024-06-27)

0 commit comments

Comments
 (0)