aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/static_code_analysis.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static_code_analysis.yaml b/.github/workflows/static_code_analysis.yaml
index 89c2cd4..9a132eb 100644
--- a/.github/workflows/static_code_analysis.yaml
+++ b/.github/workflows/static_code_analysis.yaml
@@ -12,7 +12,7 @@ jobs:
name: Run checks
env:
- ruby_version: 2.5
+ ruby_version: 2.6
extra_checks: check:symlinks check:git_ignore check:dot_underscore check:test_file
runs-on: 'ubuntu-18.04'