We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 098d3da + 5a4c1d8 commit c3682deCopy full SHA for c3682de
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
LC_ALL: en_US.UTF-8 # consistent sort order
13
14
strategy:
15
- matrix: { ruby: ['3.0', '3.1', '3.2', head] }
+ matrix: { ruby: ['3.0', '3.1', '3.2', '3.3'] }
16
17
steps:
18
- name: Checkout code
0 commit comments