Skip to content

Commit 177913d

Browse files
committed
(maint) Bump Ruby in static analysis workflow
Bump Ruby version in the static code analysis workflow to 2.6, as 2.5 will be EOL soon.
1 parent a1d57cc commit 177913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Run checks
1313

1414
env:
15-
ruby_version: 2.5
15+
ruby_version: 2.6
1616
extra_checks: check:symlinks check:git_ignore check:dot_underscore check:test_file
1717

1818
runs-on: 'ubuntu-18.04'

0 commit comments

Comments
 (0)