aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-02-18 15:56:54 +0200
committerGabriel Nagy <gabriel.nagy@puppet.com>2021-02-18 16:01:39 +0200
commit975227d48c08c457a954ec5bf8b03fcd15eda53d (patch)
tree838325d7a9e94dcb6cf0013738c4ec9816787ed8
parent927545cf82a78b49063705eb8871a65850c16238 (diff)
downloadpuppet-cron_core-975227d48c08c457a954ec5bf8b03fcd15eda53d.tar.gz
puppet-cron_core-975227d48c08c457a954ec5bf8b03fcd15eda53d.tar.bz2
(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.
-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'