diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-04 21:33:40 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-04 21:33:40 -0600 |
| commit | 0a6eda8ef4e8a7057d48dfbc1cac36dca32fc298 (patch) | |
| tree | 9183957c7876cf72eb272226e2e474dfcabc2cb5 /.github/workflows/test.yml | |
| parent | c3e7112c7933b9d0bbd1c2700b8c6ca329f21ce4 (diff) | |
Use latest 2.6 rubyv0.2.7
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 660aaad..2f3e8e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,5 +9,7 @@ jobs: - uses: actions/checkout@v1 - name: Set up Ruby uses: actions/setup-ruby@v1 + with: + version: 2.6.x - name: Build and test run: bin/cibuild |
