[Ruby] Add new Ruby versions to the Travis CI build matrix configuration (#9971)

* Add new Ruby versions to the Travis CI build matrix configuration

* Build the project and update samples
This commit is contained in:
szTheory
2021-07-19 01:57:55 +00:00
committed by GitHub
parent 5920bbd6df
commit 6229801935
6 changed files with 18 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec

View File

@@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec

View File

@@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec

View File

@@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec

View File

@@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec

View File

@@ -4,6 +4,9 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
script:
- bundle install --path vendor/bundle
- bundle exec rspec