From b49a81bf03943d1174425d5e4645c2c872644ca3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 1 Apr 2020 15:42:08 +0900 Subject: [PATCH] Update versions to test --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 70cedfd..56157fd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ jobs: runs-on: macos-latest strategy: matrix: - ruby: [ '2.6.x', '2.5.x', '2.4.x' ] + ruby: [ '2.7.x', '2.6.x', '2.5.x' ] steps: - uses: actions/checkout@master - name: Set up Ruby diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8d46107..e06a1dc 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.6.x', '2.5.x', '2.4.x' ] + ruby: [ '2.7.x', '2.6.x', '2.5.x' ] steps: - uses: actions/checkout@master - name: Set up Ruby