From 7560f1435b2dbf9d636677a34a06d3f511ce688d Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Thu, 18 Feb 2021 15:56:54 +0200 Subject: (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. --- .github/workflows/static_code_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3