Skip to content

Commit

Permalink
Skip config_file_loading suite on Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 9, 2024
1 parent 744ef7a commit 1b18a18
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions test/multiverse/suites/config_file_loading/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@

omit_collector!

# TODO: RUBY 3.4
# The CI has a prism-related error when it tries to run this suite
# The problem may be a bug fixed in future preview releases
# Disable ths suite for now, and try again when the next version
# is out.
PSYCH_VERSIONS = [
[nil],
['4.0.0', 2.4],
['3.3.0', 2.4]
[nil, 2.4, 3.3],
['4.0.0', 2.4, 3.3],
['3.3.0', 2.4, 3.3]
]

def stringio_version
Expand Down

0 comments on commit 1b18a18

Please sign in to comment.