We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e15af6 commit 822fb13Copy full SHA for 822fb13
.github/workflows/ruby.yml
@@ -7,7 +7,7 @@ jobs:
7
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
8
strategy:
9
matrix:
10
- ruby: [2.5, 2.6, 2.7, 3.0, 3.1, head, jruby, jruby-head]
+ ruby: [2.7, 3.0, 3.1, head, jruby, jruby-head]
11
os: [ubuntu-latest, macos-latest]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments