Skip to content

Commit 44cf78f

Browse files
committed
Update docs
1 parent 6a05b34 commit 44cf78f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/contributor/workflow.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,17 +303,16 @@ exception.
303303
When the spec is fixed the `untag` command will remove the tag and you can
304304
commit the fix and the removal of the tag.
305305

306-
## Running specs for Ruby 3.2 features
306+
## Running specs for Ruby 3.3 features
307307

308-
TruffleRuby currently targets Ruby 3.1. However, we welcome pull requests for
309-
Ruby 3.2 features as long as they don't conflict significantly with
310-
Ruby 3.1 semantics.
308+
TruffleRuby currently targets Ruby 3.2. However, we welcome pull requests for
309+
Ruby 3.3 features as long as they don't conflict significantly with
310+
Ruby 3.2 semantics.
311311

312-
It is possible to run specs for Ruby 3.2 features by setting
313-
`PRETEND_RUBY_VERSION`:
312+
It is possible to run specs for Ruby 3.3 features by setting `PRETEND_RUBY_VERSION`:
314313

315314
```bash
316-
PRETEND_RUBY_VERSION=3.2.0 jt test spec/ruby/.../some_spec.rb
315+
PRETEND_RUBY_VERSION=3.3.0 jt test spec/ruby/.../some_spec.rb
317316
```
318317

319318
This also works for `jt tag`/`jt untag`.

0 commit comments

Comments
 (0)