From f3401c46f80c5f0de24adda387c24c095689e424 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 8 Mar 2021 03:05:01 -0800 Subject: [PATCH] use 2.6 for github actions --- .github/workflows/spec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 514f1743..ab20236a 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -11,12 +11,12 @@ jobs: linters: runs-on: ubuntu-latest env: - OSEM_RUBY_VERSION: 2.5.8 + OSEM_RUBY_VERSION: 2.6.6 steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.5 + ruby-version: 2.6 bundler-cache: true - run: bundle exec rubocop - run: bundle exec haml-lint app/views @@ -26,7 +26,7 @@ jobs: name: spec env: OSEM_DB_ADAPTER: sqlite3 - OSEM_RUBY_VERSION: 2.5.8 + OSEM_RUBY_VERSION: 2.6.6 RAILS_ENV: test strategy: matrix: @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.5 + ruby-version: 2.6 bundler-cache: true - name: Prepare spec run: |