From 80bc0d47072842b1b801696158aaae3298c2b2ac Mon Sep 17 00:00:00 2001 From: Jonathan Buch Date: Tue, 7 May 2024 09:19:00 +0200 Subject: [PATCH] Release and check with newer Ruby version --- .github/workflows/analysis.yml | 2 +- .github/workflows/cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 0218eed..e06b07d 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.1 - name: Recreate Ruby Bundler cache uses: actions/cache@v4 diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c08036b..d24ece5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.5 + ruby-version: 3.1 - name: Recreate Ruby Bundler cache uses: actions/cache@v4