Skip to content

Commit 17d28f1

Browse files
committed
Add Ruby 2.7 condition in CI
1 parent 956ffbb commit 17d28f1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- ubuntu-18.04
1616
#- macos-latest
1717
ruby_version:
18+
- 2.7.x
1819
- 2.6.x
1920
- 2.5.x
2021
- 2.4.x

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sudo: required
77

88
rvm:
99
- ruby-head
10+
- 2.7
1011
- 2.6
1112
- 2.5
1213
- 2.4
@@ -25,6 +26,11 @@ env:
2526

2627
matrix:
2728
include:
29+
- os: osx
30+
osx_image: xcode11.2
31+
compiler: clang
32+
rvm: 2.7
33+
env: PYENV_VERSION=3.8.0
2834
- os: osx
2935
osx_image: xcode11.2
3036
compiler: clang
@@ -40,6 +46,11 @@ matrix:
4046
compiler: clang
4147
rvm: 2.4
4248
env: PYENV_VERSION=3.8.0
49+
- os: osx
50+
osx_image: xcode11.2
51+
compiler: clang
52+
rvm: 2.7
53+
env: PYENV_VERSION=miniconda3-4.3.11
4354
- os: osx
4455
osx_image: xcode11.2
4556
compiler: clang

0 commit comments

Comments
 (0)