Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build test for support all ruby #124

Merged
merged 4 commits into from
May 29, 2020
Merged

Conversation

yukihirop
Copy link
Owner

Summary

Resolve #123

Work

all_support_ruby bundle

/bin/bash devscript/all_support_ruby.sh bundle
.
.
.
===== Bundle install for All Support Ruby Result =====
ruby-2.3.3: 0
ruby-2.4.2: 0
ruby-2.5.8: 0
ruby-2.6.6: 0
ruby-2.7.1: 0
======================================================

case when specify ruby version 2.6.6 and 2.7.1

/bin/bash devscript/all_support_ruby.sh bundle
.
.
.
===== Bundle install for All Support Ruby Result =====
ruby-2.6.6: 0
ruby-2.7.1: 0
======================================================

all_support_ruby rspec

/bin/bash devscript/all_support_ruby.sh rspec
.
.
.
===== Rspec for All Support Ruby Result =====
ruby-2.3.3: 0
ruby-2.4.2: 0
ruby-2.5.8: 0
ruby-2.6.6: 0
ruby-2.7.1: 0
=============================================

case when specify ruby version 2.6.6 and 2.7.1

/bin/bash devscript/all_support_ruby.sh rspec 2.6.6 2.7.1
.
.
.
===== Rspec for All Support Ruby Result =====
ruby-2.6.6: 0
ruby-2.7.1: 0
=============================================

all_support_ruby list

$ /bin/bash devscript/all_support_ruby.sh list
===== Display All Support Ruby Version =====
2.3.3
2.4.2
2.5.8
2.6.6
2.7.1
============================================

@yukihirop yukihirop self-assigned this May 29, 2020
@yukihirop
Copy link
Owner Author

@yukihirop yukihirop merged commit 8d0df98 into master May 29, 2020
@yukihirop yukihirop deleted the build_test_for_support_all_ruby branch May 29, 2020 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create an environment that can be tested with multiple ruby ​​versions
1 participant