diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-14 15:39:00 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-14 15:39:00 -0700 |
| commit | 043879b3ea61d917211305303bacedd0fcef70ed (patch) | |
| tree | c3242595185a5a5441235dd759707124fbbc1349 | |
| parent | cb36deaa0c8c3c60acc484d1e221f90f41896305 (diff) | |
Update rubies to test withv0.3.1
| -rw-r--r-- | .github/workflows/test.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f3e8e0..794d6c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,6 @@ jobs: - name: Set up Ruby uses: actions/setup-ruby@v1 with: - version: 2.6.x + version: 2.7.x - name: Build and test run: bin/cibuild diff --git a/.travis.yml b/.travis.yml index e4c24af..e8e04f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ sudo: false language: ruby rvm: - - 2.4.5 - - 2.5.5 - - 2.6.3 + - 2.4.9 + - 2.5.7 + - 2.6.5 + - 2.7.0 script: - bin/cibuild |
