diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b5467..0d79b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: test: name: Test Ruby ${{ matrix.ruby }} runs-on: ubuntu-22.04 - continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: @@ -23,11 +22,6 @@ jobs: - '2.5' - '2.6' - '2.7' - experimental: - - false - include: - - ruby: head - experimental: true steps: - uses: actions/checkout@v4