From 69cc432a8ee09cf572da2ef273c9e54f1c8db5e1 Mon Sep 17 00:00:00 2001 From: anero Date: Thu, 28 Sep 2023 11:31:35 -0300 Subject: [PATCH] Fix ruby version on Github Actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97c0804..2811d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6 with: - ruby-version: 2.7 + ruby-version: 3.2 bundler-cache: true - run: bundle install - run: bundle exec rspec @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6 with: - ruby-version: 2.7 + ruby-version: 3.2 bundler-cache: true - run: bundle install - run: bundle exec rubocop