From 6b7a49bba07093b69ce93ada868551549d56f714 Mon Sep 17 00:00:00 2001 From: Horst Duchene Date: Thu, 18 Apr 2024 15:59:41 +0200 Subject: [PATCH] chore: use jruby instead of jruby-head in test workflow --- .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 07c95a1..85c257e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - '3.1' - '3.2' - ruby-head - - jruby-head + - jruby steps: - uses: actions/checkout@v4