From 22b98898c017c35672bc8ddc64f57a418d023dda Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 26 Dec 2023 12:56:51 -0500 Subject: [PATCH] Removes ruby head for now since there's a bit of an XMas gap in versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0d596db..e5df0028 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby-version: [2.7, '3.0', 3.1, 3.2, head] + ruby-version: [2.7, '3.0', 3.1, 3.2, 3.3] runs-on: ${{ matrix.os }}