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 4a1cd82 commit e29060fCopy full SHA for e29060f
.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: ['2.7', '3.0', '3.1'] }
+ matrix: { ruby: ['2.7', '3.0', '3.1', head] }
16
17
steps:
18
- name: Checkout code
0 commit comments