Skip to content

Commit c3682de

Browse files
authored
Merge pull request #4 from DannyBen/update/ci-ruby-versions
Test against ruby 3.3
2 parents 098d3da + 5a4c1d8 commit c3682de

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
@@ -12,7 +12,7 @@ jobs:
1212
LC_ALL: en_US.UTF-8 # consistent sort order
1313

1414
strategy:
15-
matrix: { ruby: ['3.0', '3.1', '3.2', head] }
15+
matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)