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