We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2a8ed commit 71356e9Copy full SHA for 71356e9
.github/workflows/ruby.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
17
- ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, truffleruby-head]
+ ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, truffleruby-head]
18
19
steps:
20
- uses: actions/checkout@v2
0 commit comments