Skip to content

Commit 268dab6

Browse files
committed
(maint) Update static code analysis Ruby version
The static code analysis GitHub Action runs on Ruby 2.6, which went end-of-life on April 12, 2022. This commit updates the Ruby version to Ruby 2.7, which is currently supported.
1 parent ff66ca4 commit 268dab6

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.6
15+
ruby_version: '2.7'
1616

1717
runs-on: 'ubuntu-20.04'
1818
steps:

0 commit comments

Comments
 (0)