From 1418e9d9cbcbda52f685a5475305a93751e0d1bd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 16 Dec 2021 14:10:46 +0900 Subject: [PATCH] Try to update the latest version of truffleruby --- .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 d4c8750..e0eeb2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4, 2.3, head, jruby-9.2, jruby-9.3, truffleruby-20.3.0 ] + ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4, 2.3, head, jruby-9.2, jruby-9.3, truffleruby-21.3.0 ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: