Skip to content

Commit 5ebcad6

Browse files
gangelostanhu
authored andcommitted
Add support for ruby 3.4
1 parent e6a4528 commit 5ebcad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
17+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1818
name: Ruby ${{ matrix.ruby }}
1919

2020
steps:

0 commit comments

Comments
 (0)