Skip to content

Commit 927693a

Browse files
committed
fix ruby versions
1 parent e13b023 commit 927693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: ["3.0", "3.1", "3.1", "3.2"]
15+
ruby: ["3.0", "3.1", "3.2", "3.3"]
1616

1717
name: ${{ matrix.ruby }}
1818

0 commit comments

Comments
 (0)