-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[backport 8.x] Fix CI via updating versions of Rails tested & Solr 9.…
…8 fix (#3500) * Use SOLR_MODULES envvar, rather than solrconfig <lib> entries for Solr 9.8 compatibility As a result of https://issues.apache.org/jira/browse/SOLR-16781, <lib> entries are now ignored by default. The Solr guide recommends adding them to the solr.modules system property or the SOLR_MODULES envvar instead: https://solr.apache.org/guide/solr/latest/configuration-guide/solr-modules.html Closes #3496 and helps to unbreak CI * Test with esbuild/propshaft including both Rails 7.2 and 8.0 * Update versions of Rails tested in CI - Use latest 8.0, 7.2, 7.1 releases - Stop testing 6.x --------- Co-authored-by: Jane Sandberg <js7389@princeton.edu> Co-authored-by: Jonathan Rochkind <jonathan@dnil.net>
- Loading branch information
1 parent
8087c4f
commit 2559144
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters