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 68a1017 commit fa3e05aCopy full SHA for fa3e05a
.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', '3.1.0-preview1'] }
+ matrix: { ruby: ['2.7', '3.0'] }
17
18
steps:
19
- name: Checkout code
0 commit comments