Skip to content

Commit 906a348

Browse files
authored
Land rapid7#19258, Update linting Ruby version
2 parents d31d282 + f8eba7c commit 906a348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ on:
2727
- weekly-dependency-updates
2828

2929
jobs:
30-
env:
31-
BUNDLE_WITHOUT: "coverage development pcap"
32-
3330
msftidy:
3431
runs-on: ubuntu-latest
3532
timeout-minutes: 40
3633

34+
env:
35+
BUNDLE_WITHOUT: "coverage development pcap"
36+
3737
strategy:
3838
fail-fast: true
3939
matrix:
4040
ruby:
41-
- '3.0'
41+
- '3.1'
4242

4343
name: Lint msftidy
4444
steps:

0 commit comments

Comments
 (0)