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 /.github/workflows/test.yml | |
| parent | cb36deaa0c8c3c60acc484d1e221f90f41896305 (diff) | |
Update rubies to test withv0.3.1
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 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 |
