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.
1 parent 9879b75 commit 4d7c05bCopy full SHA for 4d7c05b
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
LC_ALL: en_US.UTF-8 # consistent sort order
14
15
strategy:
16
- matrix: { ruby: ['2.7', '3.0'] }
+ matrix: { ruby: ['2.7', '3.0', '3.1'] }
17
18
steps:
19
- name: Checkout code
0 commit comments