We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6fcc27 + 3bfd4af commit 015286dCopy full SHA for 015286d
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
11
- ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
+ ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
12
exclude:
13
- os: windows-latest
14
ruby: truffleruby
0 commit comments