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.
2 parents bbf6290 + 9ce9db9 commit d7bbf2cCopy full SHA for d7bbf2c
.github/workflows/pull_request.yml
@@ -7,7 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
+ # https://www.ruby-lang.org/en/downloads/branches/
11
+ ruby: [ '2.7', '3.0', '3.1' ]
12
name: Ruby v${{ matrix.ruby }}
13
steps:
14
- uses: actions/checkout@v3
0 commit comments