1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

Widen matrix

This commit is contained in:
Loic Nageleisen 2021-04-06 16:05:26 +02:00
parent f5e742ea97
commit 7bac64deb8

View file

@ -1,14 +1,31 @@
language: ruby language: ruby
rvm: rvm:
- 2.4
- 2.5 - 2.5
- 2.6 - 2.6
- 2.7 - 2.7
- 3.0
- ruby-head - ruby-head
arch:
- amd64
- arm64
matrix: matrix:
include: include:
- rvm: 2.5.1 - rvm: 2.5
os: osx os: osx
osx_image: xcode9.4 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 dist: xenial
sudo: true sudo: true
before_install: before_install: