Thanks for the pointer Dawid! I created a PR to bump the JDK version to 17 but the github checks don't appear to have fired for the change, so I'm not sure it's correct. If anyone has tips on testing this change (e.g., getting the github checks to fire or otherwise), please let me know. I'll keep messing with this on Monday.
https://github.com/apache/lucene/pull/651 Cheers, -Greg On Sat, Feb 5, 2022 at 3:15 AM Dawid Weiss <[email protected]> wrote: > > Hi Greg, > > I think it's a workflow definition, here: > https://github.com/apache/lucene/blob/main/.github/workflows/hunspell.yml#L22 > > Dawid > > On Sat, Feb 5, 2022 at 5:57 AM Greg Miller <[email protected]> wrote: > > > > Hey everyone- > > > > It looks like a recent PR I posted triggered the run of Hunspell > > regression tests in github. I'm not sure how these get run, but they > > appear to be failing because they're trying to run with JDK 11 instead > > of 17. Any pointers to where I might go to fix this? I'm happy to try > > to update the setup for these regression tests, but I'm not sure where > > to start to be honest. > > > > https://github.com/apache/lucene/runs/5074324463?check_suite_focus=true > > > > Thanks in advance! > > > > Cheers, > > -Greg > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
