Skip to content

Commit bd2096c

Browse files
committed
Mark EOL TruffleRuby lanes experimental
1 parent 0c499bd commit bd2096c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/truffleruby-22.3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
exec_cmd: "kettle-test"
4444
rubygems: default
4545
bundler: default
46+
experimental: true
4647

4748
steps:
4849
- name: Checkout

.github/workflows/truffleruby-23.1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
exec_cmd: "kettle-test"
4444
rubygems: default
4545
bundler: default
46+
experimental: true
4647

4748
steps:
4849
- name: Checkout

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please file a bug if you notice a violation of semantic versioning.
3030

3131
- Replaced stale platform CI `rake magic` commands with portable spec commands.
3232
- Pinned `multi_xml` below 0.9 for TruffleRuby compatibility.
33-
- Marked TruffleRuby 23.0 CI as experimental because it can crash inside the interpreter during Bundler setup.
33+
- Marked EOL TruffleRuby 22.3, 23.0, and 23.1 CI as experimental because they can crash inside the interpreter during Bundler setup.
3434

3535
### Security
3636

0 commit comments

Comments
 (0)