diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6369551eee60..4e6af8a63220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,13 +39,16 @@ jobs: ruby: "3.4" task: "--test" - os: ubuntu-latest - ruby: "3.4" + ruby: "4.0" + task: "--test" + - os: ubuntu-latest + ruby: "4.0" task: "--rubocop-toplevel --rubocop --build --yard --linkinator" - os: macos-latest - ruby: "3.4" + ruby: "4.0" task: "--test" - os: windows-latest - ruby: "3.4" + ruby: "4.0" task: "--test" fail-fast: false runs-on: ${{ matrix.os }}