Skip to content

Commit

Permalink
Test JRuby on heroku-24 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored May 23, 2024
1 parent 1926adf commit d67fa36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildpacks/ruby/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ DEPENDENCIES
)
.unwrap();

let mut config = amd_arm_builder_config("heroku/builder:24", &app_dir.path().to_string_lossy());

TestRunner::default().build(
BuildConfig::new("heroku/builder:22", app_dir.path())
config
.buildpacks([
BuildpackReference::Other(String::from("heroku/jvm")),
BuildpackReference::CurrentCrate,
Expand Down

0 comments on commit d67fa36

Please sign in to comment.