From 1a8a18f6d59ddc2a168ec6e02664e0a61b66dd68 Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Thu, 4 Feb 2021 15:57:00 +0100 Subject: [PATCH] Update test.yml --- .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 4fcdf3b5..15ea9c83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - "2.7" - "3.0" - "jruby-9.2" - - "truffleruby-head" + - "truffleruby-21.0.0" steps: - uses: actions/checkout@v2 - name: Run tests with Ruby ${{ matrix.ruby }}