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 59f6ba6 commit 63f751bCopy full SHA for 63f751b
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- ruby: ["2.7", "3.3"]
+ ruby: ["3.0", "3.1", "3.2", "3.3"]
16
os: ["ubuntu-latest", "macos-latest"]
17
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
18
steps:
0 commit comments