Skip to content

Commit ef4b00f

Browse files
committed
Mention JRuby 9.2.12.0 in the README
1 parent 271876d commit ef4b00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1515
| Interpreter | Versions |
1616
| ----------- | -------- |
1717
| Ruby | 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.10, 2.5.0 - 2.5.8, 2.6.0 - 2.6.6, 2.7.1, head, debug, mingw, mswin |
18-
| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.11.1, head |
18+
| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.12.0, head |
1919
| TruffleRuby | 19.3.0 - 20.1.0, head |
2020
| Rubinius | 4.14 |
2121

@@ -129,7 +129,7 @@ This caching speeds up installing gems significantly and avoids too many request
129129
It needs a `Gemfile` under the [`working-directory`](#working-directory).
130130
The caching works whether there is a `Gemfile.lock` or not.
131131
If there is a `Gemfile.lock`, `bundle config --local deployment true` is used.
132-
132+
133133
To perform caching, this action will use `bundle config --local path vendor/bundle`.
134134
Therefore, the Bundler `path` should not be changed in your workflow for the cache to work.
135135

0 commit comments

Comments
 (0)