We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148a77c commit 4371e43Copy full SHA for 4371e43
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- ruby-version: ['2.7', '3.0', '3.1', '3.2']
+ ruby-version: ['3.0', '3.1', '3.2']
19
fail-fast: false
20
max-parallel: 4
21
0 commit comments