Skip to content

Commit

Permalink
chore: rails 8 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 5, 2024
1 parent c3ece7d commit b2997e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
"Gemfile-rails.7.0.x",
"Gemfile-rails.7.1.x",
"Gemfile-rails.7.2.x",
"Gemfile-rails.8.0.x",
]
experimental: [false]
include:
- ruby: "3.4.0-preview2"
os: ubuntu-latest
gemfile: "Gemfile-rails.8.0.x"
experimental: true
- ruby: "3.4.0-preview2"
os: ubuntu-latest
gemfile: Gemfile-rails-edge
Expand Down
2 changes: 1 addition & 1 deletion test/compatibility_check_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CompatibilityCheckTest < ViteRuby::Test

def test_verify_plugin_version
refresh_config(skip_compatibility_check: true)
assert_raises(ViteRuby::CompatibilityCheck) { refresh_config(skip_compatibility_check: false) }
assert_raises(ArgumentError) { refresh_config(skip_compatibility_check: false) }
end

def test_compatible_plugin
Expand Down

0 comments on commit b2997e2

Please sign in to comment.