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 2fd1f60 commit 6bdd5f4Copy full SHA for 6bdd5f4
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
fail-fast: false
7
matrix:
8
os: [ubuntu-latest]
9
- ruby: ['3.0', '3.1', '3.2', '3.3', '3.3']
+ ruby: ['3.1', '3.2', '3.3', '3.3']
10
name: test (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments