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 110e290 commit 86c2c47Copy full SHA for 86c2c47
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: ['ubuntu-latest']
14
- ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
+ ruby: [ '3.4', '3.3', '3.2', '3.1' ]
15
16
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
17
steps:
0 commit comments