From 3e7f7a82f988b869db4308ba535198e47a0c5b39 Mon Sep 17 00:00:00 2001 From: KOTP Date: Fri, 12 Dec 2025 22:55:04 -0500 Subject: [PATCH] Update supported versions of Ruby - description in README - version for test in CI --- .github/workflows/exercise-tests.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index b87479d852..8af08b29da 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -16,7 +16,7 @@ jobs: matrix: os: - ubuntu-24.04 - ruby-version: [3.2, 3.3] + ruby-version: [3.4] steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 diff --git a/README.md b/README.md index 3f1eb170c5..d758a4e2d5 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Exercism Exercises in Ruby ## Setup -You'll need a recent (2.6+) version of Ruby, but that's it. +You will want a recent (3.4+) version of Ruby, but that's it. Minitest ships with the language, so you're all set. +Older versions of Ruby may work, but are not officially supported. + ## Anatomy of an Exercise The files for an exercise live in `exercises/`.