diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index 33df406432..268b0b5fc7 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.3, 3.4] steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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/`.