From b5fd3c7b1ad92cf831a93476358392dbbaa888dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krzy=C5=BCanowski?= Date: Wed, 9 Oct 2024 22:25:13 +0200 Subject: [PATCH] Update ruby version --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 279acda..97117f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.3.4 bundler-cache: true - name: Bundle @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.3.4 bundler-cache: true - run: bundle exec rubocop --format simple specs: @@ -32,11 +32,11 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.3.4 bundler-cache: true - name: Specs uses: paambaati/codeclimate-action@v2.7.5 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: - coverageCommand: bundle exec rspec \ No newline at end of file + coverageCommand: bundle exec rspec