Commit Graph
20 Commits
Author SHA1 Message Date
Benoit Daloze 7da380d64e Add support for Ruby 2.3 on Windows 2020-01-19 18:24:29 +01:00
Benoit Daloze 4ff821c778 Try to trigger CI on push to branches but not to tags
* Running CI on tag is redundant with the branch push.
* Do not build on pushes to v1 as CI already ran on the master commit before.
2020-01-19 14:46:57 +01:00
Benoit Daloze 34fa48c067 Simplify steps descriptions 2020-01-19 14:46:57 +01:00
Benoit Daloze 7978ff1579 Print the OpenSSL version 2020-01-18 16:42:55 +01:00
Benoit Daloze 026be4409b Fix typo in OpenSSL test 2020-01-18 14:39:18 +01:00
Benoit Daloze ae627f04d2 Skip CI when only modifying the README 2020-01-17 22:55:24 +01:00
Benoit Daloze a61be15bff Read from .ruby-version if version is unset or set to '.ruby-version'
* Fixes https://github.com/eregon/use-ruby-action/issues/4
2020-01-06 22:00:45 +01:00
Benoit Daloze b339f321d1 Run lint in CI 2020-01-06 22:00:30 +01:00
Benoit Daloze 565ac51b83 Check that Bundler works 2020-01-05 23:26:03 +01:00
Benoit Daloze 5adac4fda6 Check that Bundler is installed 2020-01-05 23:20:09 +01:00
Benoit Daloze 101f62de1d Add support for Windows 2020-01-05 19:33:14 +01:00
Benoit Daloze 1d7622c155 Use a consistent ordering for JRuby and TruffleRuby 2020-01-05 13:00:17 +01:00
Benoit Daloze d9cd49386b Add support for Ruby 2.3
* Fixes https://github.com/eregon/use-ruby-action/issues/3
2020-01-05 12:50:37 +01:00
Benoit Daloze 77cddd78e4 Use unquoted versions as they work fine and are more concise
* More consistent with the platform.
2020-01-03 14:17:02 +01:00
Benoit Daloze 7375b1fba0 No need to quote the platform 2020-01-03 14:09:37 +01:00
Benoit Daloze 02a916e783 Support short version syntax 2020-01-03 14:03:19 +01:00
Benoit Daloze d4d232f50e Add an example for testing against all stable versions
* Test it in CI too.
2020-01-02 22:58:57 +01:00
Benoit Daloze 3f99912f55 Automatically find the latest stable version 2020-01-02 16:15:42 +01:00
Benoit Daloze 179e85affc Get started 2020-01-01 16:54:25 +01:00
Benoit Daloze 775a4e4019 Initial commit 2020-01-01 12:39:26 +01:00