Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit f6d6feb

Browse files
committed
CI: Enable "ObjectSpace" in JRuby
ObjectSpace is disabled; each_object will only work with Class, pass -X+O to enable Also: Quote 3.0 to avoid YAML Float-to-String conversion loss
1 parent c70c09f commit f6d6feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 2.5
1818
- 2.6
1919
- 2.7
20-
- 3.0
20+
- "3.0"
2121

2222
experimental: [false]
2323
env: [""]
@@ -30,6 +30,7 @@ jobs:
3030
- os: ubuntu
3131
ruby: jruby
3232
experimental: true
33+
env: "JRUBY_OPTS=-X+O"
3334
- os: ubuntu
3435
ruby: head
3536
experimental: true

0 commit comments

Comments
 (0)