This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Commit a8c4914
Ruby 3.0 Support & CI Actions improvement (#124)
* Ruby 3.0 Support & CI Actions improvement
- Relax Ruby version constraint with `'>= 2.4', '< 3.1'`;
- CI now runs with multiple versions of Ruby, using a matrix strategy;
- Currently runs on 2.6, 2.7 and 3.0 (previously was only running on 2.6)
- Replaced the `bundle install` step with `bundler-cache: true`
- As shown on https://github.com/ruby/setup-ruby#caching-bundle-install-automatically
* Include all versions declared as supported on the strategy matrix
Co-authored-by: Alexander Popov <alex.wayfer@gmail.com>
* Use '>= 2.4', '< 4' as the required ruby version
Co-authored-by: Alexander Popov <alex.wayfer@gmail.com>
* Update .github/workflows/ruby.yml
Co-authored-by: Alexander Popov <alex.wayfer@gmail.com>
Co-authored-by: Alexander Popov <alex.wayfer@gmail.com>
Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>1 parent 04bcb6f commit a8c4914
3 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments