Skip to content

Commit d0bc638

Browse files
committed
test against ruby 3.3
1 parent 0eacf67 commit d0bc638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
LC_ALL: en_US.UTF-8
1515

1616
strategy:
17-
matrix: { ruby: ['3.0', '3.1', '3.2'] }
17+
matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
1818

1919
steps:
2020
- name: Checkout code

0 commit comments

Comments
 (0)