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 f0971f0 commit 168d6a5Copy full SHA for 168d6a5
1 file changed
README.md
@@ -86,7 +86,7 @@ jobs:
86
matrix:
87
os: [ubuntu-latest, macos-latest]
88
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
89
- ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head, jruby, jruby-head, truffleruby, truffleruby-head]
+ ruby: [2.6, 2.7, '3.0', 3.1, head, jruby, jruby-head, truffleruby, truffleruby-head]
90
runs-on: ${{ matrix.os }}
91
steps:
92
- uses: actions/checkout@v2
0 commit comments