-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional Rubies using Workflows.
A recent issue (#1010) highlighted an deprecation under certain Ruby versions that we should be aware of. So far, we've been using CircleCI for running tests and previously they didn't support multiple builds. With 2.0, Workflows allows for something like this to be setup. This uses YAML inheritance to share a job definition across multiple build types (defined as different Docker configurations). This introduces Ruby 2.3 in addition to 2.4.1.
- Loading branch information
1 parent
2bc89d6
commit 234196f
Showing
1 changed file
with
57 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters