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 46c0420 commit 9d33c94Copy full SHA for 9d33c94
.github/workflows/checks.yaml
@@ -16,9 +16,9 @@ jobs:
16
strategy:
17
matrix:
18
cfg:
19
- - {check: rubocop, os: ubuntu-latest, ruby: 2.5}
20
- - {check: commits, os: ubuntu-latest, ruby: 2.5}
21
- - {check: warnings, os: ubuntu-latest, ruby: 2.5}
+ - {check: rubocop, os: ubuntu-latest, ruby: '2.7'}
+ - {check: commits, os: ubuntu-latest, ruby: '2.7'}
+ - {check: warnings, os: ubuntu-latest, ruby: '2.7'}
22
23
runs-on: ${{ matrix.cfg.os }}
24
steps:
0 commit comments