Skip to content

Commit 9d33c94

Browse files
committed
(maint) Update check Ruby from 2.5 to 2.7
1 parent 46c0420 commit 9d33c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
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}
19+
- {check: rubocop, os: ubuntu-latest, ruby: '2.7'}
20+
- {check: commits, os: ubuntu-latest, ruby: '2.7'}
21+
- {check: warnings, os: ubuntu-latest, ruby: '2.7'}
2222

2323
runs-on: ${{ matrix.cfg.os }}
2424
steps:

0 commit comments

Comments
 (0)