Skip to content

Commit f748de6

Browse files
committed
Add Ruby 3.4 to CI
1 parent 0c84b75 commit f748de6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
ruby:
12+
- '3.4'
1213
- '3.3'
1314
- '3.2'
1415
- '3.1'
@@ -35,6 +36,7 @@ jobs:
3536
strategy:
3637
matrix:
3738
ruby:
39+
- '3.4'
3840
- '3.3'
3941
- '3.2'
4042
- '3.1'

0 commit comments

Comments
 (0)