From 23b8e891ad4d5b7a88a10c231733a82c573d2871 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Mon, 4 Nov 2024 18:27:17 +1000 Subject: [PATCH] Add current version of ruby for automated testing --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index b36d2aab1..15cee031d 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -43,7 +43,7 @@ jobs: uses: ruby/setup-ruby@v1 # Ruby version is defined in .ruby-version file with: - ruby-version: 3.0.3 # Not needed with a .ruby-version file + ruby-version: 3.2.2 # Not needed with a .ruby-version file - name: 'Update and Install Dependencies' run: |