Widen matrix

This commit is contained in:
Loic Nageleisen 2021-04-06 16:05:26 +02:00
parent f5e742ea97
commit 7bac64deb8
1 changed files with 18 additions and 1 deletions

View File

@ -1,14 +1,31 @@
language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head
arch:
- amd64
- arm64
matrix:
include:
- rvm: 2.5.1
- rvm: 2.5
os: osx
osx_image: xcode9.4
- rvm: 2.6
os: osx
osx_image: xcode11.3
- rvm: 2.6
os: osx
osx_image: xcode12.2
- rvm: 2.7
os: osx
osx_image: xcode12.2
- rvm: 3.0
os: osx
osx_image: xcode12.2
dist: xenial
sudo: true
before_install: