diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-02-18 15:56:54 +0200 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-02-18 16:07:34 +0200 |
commit | 7560f1435b2dbf9d636677a34a06d3f511ce688d (patch) | |
tree | 6c8e23137a54c4deb32b2719465c1885661ebe3f | |
parent | e8d47719e67f59a98fcbb1350c12b0929382e3c8 (diff) | |
download | puppet-augeas_core-7560f1435b2dbf9d636677a34a06d3f511ce688d.tar.gz puppet-augeas_core-7560f1435b2dbf9d636677a34a06d3f511ce688d.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.yaml | 2 |
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' |