Benoit Daloze
5e4f0a10bf
Add JRuby 9.3.0.0
...
* Fixes https://github.com/ruby/setup-ruby/issues/220
2021-09-25 12:42:44 +02:00
Benoit Daloze
7edf159e98
Add support for truffleruby+graalvm
...
* Using ruby-build to avoid duplicating too much logic.
2021-08-07 20:05:23 +02:00
Benoit Daloze
d9a8687ae9
Add TruffleRuby 21.2.0.1
2021-08-04 15:35:20 +02:00
Benoit Daloze
ae9cb3b565
Add Ruby 1.9 on Linux and macOS
...
* On Windows there are no 64-bit builds of Ruby 1.9.
* Fix floatVersion() for head versions.
* Use floatVersion() in more cases instead of regexps.
* Rely on ~/.gemrc to not install gem docs.
2021-08-01 14:56:11 +02:00
Benoit Daloze
77d7ca9909
Document a recent Bundler is needed on Windows
2021-07-29 14:18:45 +02:00
Benoit Daloze
0c7e9c4d53
Add TruffleRuby 21.2.0
2021-07-20 21:21:01 +02:00
Jonathan Hefner
a4630ae79b
Suggest absolute path for BUNDLE_GEMFILE
...
This ensures the gemfile can be found when a step changes the working
directory.
2021-07-15 22:57:05 +02:00
Benoit Daloze
cae9d256bd
Add Ruby 2.6.8, 2.7.4 and 3.0.2 on Windows
2021-07-14 11:45:27 +02:00
Benoit Daloze
fe983d22a1
Add JRuby 9.2.19.0
2021-06-18 14:31:32 +02:00
Robin Wallin
4406a4131e
Add JRuby 9.2.18.0
2021-06-09 15:26:53 +02:00
Filipe Brandenburger
fd1a6a00ca
Mention Ruby 2.0 in README and add it to CI
2021-05-31 22:07:29 +02:00
Jakub Pavlik
b161cb92f0
document cache-version
2021-05-15 16:32:01 +02:00
Benoit Daloze
6f2028eda5
Add TruffleRuby 21.1.0
2021-04-20 16:32:58 +02:00
Benoit Daloze
d2f535c1ed
Add Ruby 2.5.9, 2.6.7, 2.7.3 and 3.0.1
...
* Simplify list of supported CRuby versions.
2021-04-05 19:39:06 +02:00
Charles Oliver Nutter
117edf3c27
Update for JRuby 9.2.17.0
2021-04-02 11:47:35 +02:00
Benoit Daloze
2b7bafee36
Clarify
2021-03-28 17:26:01 +02:00
Hiroyuki Shirakawa
b97fdb9941
write actual action name
2021-03-23 11:22:26 +01:00
Kazuhiro NISHIYAMA
0a19fc237d
ubuntu-latest is ubuntu-20.04 now
...
https://github.com/actions/virtual-environments/blob/dee50eebffa60a7dd9149033675d44a027dd6b33/README.md#available-environments
2021-03-23 11:16:07 +01:00
Benoit Daloze
745f03fc1c
Simplify and shorten comment
2021-03-05 13:42:15 +01:00
OKURA Masafumi
51b5bc2e0e
Add a comment about version quotations to README
...
As described in the comment, due to a bug discussed on https://github.com/actions/runner/issues/849 ,
we currently have to use quotes for '3.0' as a workaround.
This change makes it easy for people not to remove quotes as they misunderstand it's a typo.
2021-03-05 13:41:42 +01:00
Benoit Daloze
034294ac91
Add JRuby 9.2.16.0
2021-03-04 22:13:53 +01:00
Benoit Daloze
b818bea8cf
Add JRuby 9.2.15.0
2021-02-25 20:20:33 +01:00
Benoit Daloze
4281753149
Add a note about quoting ( #155 )
2021-02-23 22:06:45 +01:00
Benoit Daloze
7b5a90250e
Typo
2021-02-21 11:53:40 +01:00
Benoit Daloze
e90803a1bf
Clarify how to find out the correct BUNDLE_ env var name
2021-02-21 11:51:34 +01:00
Benoit Daloze
3ab5bf6391
Add TruffleRuby 21.0.0
2021-01-20 16:09:38 +01:00
Benoit Daloze
c782da25bd
Document how to replace bundle config commands
2021-01-16 15:16:52 +01:00
Benoit Daloze
ce63da5b3b
Make it clear bundler-cache: true is correct, and doing it manually is not good enough
2020-12-30 16:57:15 +01:00
Benoit Daloze
0d3b8b502e
Make it clear manually caching gems is a bad idea
2020-12-30 12:36:20 +01:00
Benoit Daloze
2320cdc287
Use on: [push, pull_request] in examples
2020-12-30 11:48:57 +01:00
Benoit Daloze
72d75bd883
Avoid explicit line break in README
2020-12-25 13:23:13 +01:00
Benoit Daloze
473e4d8fe5
Add Ruby 3.0.0
2020-12-25 13:14:24 +01:00
Benoit Daloze
3cb8cff23d
Consistency
2020-12-22 11:49:37 +01:00
Benoit Daloze
f36eef7a2f
Add an example with a matrix of Gemfiles
2020-12-22 11:46:12 +01:00
Benoit Daloze
c3f248a282
Update docs about Bundler
2020-12-14 12:55:47 +01:00
Benoit Daloze
a9926985f9
Small tweaks to the README example
2020-12-12 19:38:17 +01:00
Benoit Daloze
d3562e70d9
Use lowercase names for interpreters
...
* So the mapping to `engine-version` versions is clearer.
2020-12-05 17:23:19 +01:00
Benoit Daloze
21351ecc0a
More details about BUNDLE_GEMFILE
2020-11-27 11:16:50 +01:00
Benoit Daloze
4d7e038419
Show how to set BUNDLE_GEMFILE in the README
2020-11-27 11:03:17 +01:00
Benoit Daloze
e27aee156d
Add TruffleRuby 20.3.0
2020-11-20 13:00:18 +01:00
Benoit Daloze
50ae8432ea
Remove part about continue-on-error in example
...
* It does not seem to work well.
* See https://github.com/actions/toolkit/issues/399
2020-11-20 12:37:14 +01:00
Benoit Daloze
34fbbc1d36
Update README.md
2020-11-16 12:13:08 +01:00
Benoit Daloze
63dde36864
Remove the Caching bundle install manually section
...
* It is too error prone and the automatic approach is a lot safer and easier.
2020-11-13 10:38:56 +01:00
Benoit Daloze
fde3324171
Remove redundant bundle install in the usage examples
2020-11-13 10:38:56 +01:00
Benoit Daloze
59aafb8612
Add support for macos-11.0
2020-11-13 10:33:21 +01:00
Benoit Daloze
ba761ba8ff
Use a hardcoded toolcache path since we need to extract there to let Ruby work
2020-11-10 19:58:59 +01:00
Benoit Daloze
8e77d9e0fa
Mention RUNNER_TOOL_CACHE requirements for self-hosted runners
2020-11-10 11:44:22 +01:00
Benoit Daloze
0592d01dc3
Ruby 2.4 is EOL
...
https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/
2020-11-09 19:42:02 +01:00
Benoit Daloze
d7b76f909a
Add Ruby 3.0.0-preview1
...
* Fixes https://github.com/ruby/setup-ruby/issues/100
2020-11-09 13:07:33 +01:00
Benoit Daloze
efda314f4a
Remove Rubinius support
...
* Fixes https://github.com/ruby/setup-ruby/issues/101
2020-11-09 12:50:25 +01:00