Skip to content

Commit 3e7f7a8

Browse files
committed
Update supported versions of Ruby
- description in README - version for test in CI
1 parent f2cdc42 commit 3e7f7a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/exercise-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-24.04
19-
ruby-version: [3.2, 3.3]
19+
ruby-version: [3.4]
2020

2121
steps:
2222
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ Exercism Exercises in Ruby
1919

2020
## Setup
2121

22-
You'll need a recent (2.6+) version of Ruby, but that's it.
22+
You will want a recent (3.4+) version of Ruby, but that's it.
2323
Minitest ships with the language, so you're all set.
2424

25+
Older versions of Ruby may work, but are not officially supported.
26+
2527
## Anatomy of an Exercise
2628

2729
The files for an exercise live in `exercises/<slug>`.

0 commit comments

Comments
 (0)