From 9edee50570ac292aa4b44b19ac69242f2b32a358 Mon Sep 17 00:00:00 2001 From: Dejan Simic Date: Sat, 4 Jan 2025 01:17:40 +0100 Subject: [PATCH] Remove head versions from tests --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24424f3..a255cd5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,7 @@ jobs: - '3.1' - '3.2' - '3.3' - - head - truffleruby - - truffleruby-head runs-on: ubuntu-latest steps: - uses: actions/checkout@v4