From dfc492ba006d42dde6973928cb1b064777a64ff0 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Thu, 27 Jan 2022 14:48:58 +0900 Subject: [PATCH] CI: Update Ruby And shorten labels to make easy to read on GitHub. Signed-off-by: Takuro Ashie --- .github/workflows/linux-test.yaml | 6 +++--- .github/workflows/macos-test.yaml | 6 +++--- .github/workflows/windows-test.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/linux-test.yaml b/.github/workflows/linux-test.yaml index e51e63b..d87aebe 100644 --- a/.github/workflows/linux-test.yaml +++ b/.github/workflows/linux-test.yaml @@ -1,4 +1,4 @@ -name: Testing on Ubuntu +name: Test on Ubuntu on: push: @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', '2.7', '2.6'] + ruby: ['3.1', '3.0', '2.7', '2.6'] os: [ubuntu-latest] experimental: [false] include: @@ -21,7 +21,7 @@ jobs: os: ubuntu-latest experimental: true - name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }} + name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Ruby diff --git a/.github/workflows/macos-test.yaml b/.github/workflows/macos-test.yaml index a0573fb..13d6eac 100644 --- a/.github/workflows/macos-test.yaml +++ b/.github/workflows/macos-test.yaml @@ -1,4 +1,4 @@ -name: Testing on macOS +name: Test on macOS on: push: @@ -12,10 +12,10 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', '2.7', '2.6'] + ruby: ['3.1', '3.0', '2.7', '2.6'] os: [macos-latest] - name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }} + name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Ruby diff --git a/.github/workflows/windows-test.yaml b/.github/workflows/windows-test.yaml index cc69145..70f7886 100644 --- a/.github/workflows/windows-test.yaml +++ b/.github/workflows/windows-test.yaml @@ -1,4 +1,4 @@ -name: Testing on Windows +name: Test on Windows on: push: @@ -12,10 +12,10 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.0', '2.7', '2.6'] + ruby: ['3.1', '3.0', '2.7', '2.6'] os: - windows-latest - name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }} + name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Ruby