-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GH Workflows to have jruby. (#391)
* GH actions fixes Update jruby.yml with ruby/setup Add jruby to pull request actions tests: try with jruby-head Add java back in. change to 9.2.13.0 chore: Remove java downgrade to 9.2.12.0 go back up to 9.2.14.0 Update rails_helper.rb condense jruby into one workflow Update ruby.yml remove rails master for jruby. Update ruby.yml parallelize workflows fix syntax errors fix syntax errors fix key issues rebase from main change the way sources are defined for rails main{ rewrite sources fighting with sources possible source fix? Update Appraisals Update Appraisals Update Appraisals reinstall gemfiles fix for bundler 2.2.10 fix for bundler 2.2.10 fix for bundler 2.2.10 lock bundler to 2.2.9 * go back to normal ruby * go back to normal ruby * fixing conditional * fixing conditional * split jruby into a separate job for parallelization * without master rails * readd master * move master rails to a seperate job * rerun gh actions * Remove master-rails job I'm just curious how fast this completes without building rails master. * Reduce number of JRuby builds We could run a subset of integration tests on JRuby—the latest version of Rails and Sinatra, for instance. * Start JRuby first, test only latest rails * Changing the order didn't seem to help Co-authored-by: Josh Wood <[email protected]>
- Loading branch information
1 parent
56f998b
commit fad8791
Showing
4 changed files
with
42 additions
and
21 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
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