mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
CI: Use Ruby 2.4.7, 2.5.6, 2.6.4 (#1935)
This commit is contained in:
parent
079dff5d8d
commit
d5ae9f3615
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -29,9 +29,9 @@ script:
|
|||
rvm:
|
||||
- 2.2.10
|
||||
- 2.3.8
|
||||
- 2.4.6
|
||||
- 2.5.5
|
||||
- 2.6.3
|
||||
- 2.4.7
|
||||
- 2.5.6
|
||||
- 2.6.4
|
||||
- ruby-head
|
||||
|
||||
matrix:
|
||||
|
@ -40,16 +40,16 @@ matrix:
|
|||
- rvm: 2.2.10
|
||||
dist: trusty
|
||||
env: OS="Trusty 14.04 OpenSSL 1.0.1"
|
||||
- rvm: 2.6.3
|
||||
- rvm: 2.6.4
|
||||
dist: bionic
|
||||
env: OS="Bionic 18.04 OpenSSL 1.1.1"
|
||||
- rvm: ruby-head
|
||||
env: jit=yes
|
||||
- rvm: 2.4.6
|
||||
- rvm: 2.4.7
|
||||
os: osx
|
||||
osx_image: xcode11
|
||||
env: OS="osx xcode11"
|
||||
- rvm: 2.5.5
|
||||
- rvm: 2.5.6
|
||||
os: osx
|
||||
osx_image: xcode11
|
||||
env: OS="osx xcode11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue