Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<slug>`.
Expand Down
Loading