From 79d2b218cfa102f9bd55647d5d60301bd5bdd069 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Fri, 12 Jan 2024 15:45:02 +0000 Subject: [PATCH] Stop testing against Ruby head --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77116af6f..e7abb17f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - ruby: ["3.0", "3.1", "3.2", "3.3", "head"] - include: - - ruby: "head" - experimental: true + ruby: ["3.0", "3.1", "3.2", "3.3"] runs-on: ${{ matrix.os }} - continue-on-error: ${{ !!matrix.experimental }} name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3