Skip to content

Commit c4ce6a1

Browse files
committed
Add ruby 3.4 to test matrix
1 parent 8c0a963 commit c4ce6a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.1'
2121
- '3.2'
2222
- '3.3'
23+
- '3.4'
2324

2425
steps:
2526
- uses: actions/checkout@v4

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.1

0 commit comments

Comments
 (0)