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 1278524 commit c6f560eCopy full SHA for c6f560e
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
8
strategy:
9
matrix:
10
- ruby: [ 3.0, 2.7, 2.6, 2.5, 2.4, 2.3, head ]
+ ruby: [ 3.0, 2.7, 2.6, 2.5, 2.4, head ]
11
os: [ ubuntu-latest, macos-latest ]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments