diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2021-06-13 21:30:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-13 13:30:42 -0600 |
| commit | 8c5df2c8b9463fdbed241e709ae3a79833488c4d (patch) | |
| tree | 80567dd46cac8caebe5ce705aa67eb724243c262 | |
| parent | 283790fee6db500fd6db6b2fa9f0b309e851f1cc (diff) | |
Upgrade Truffle Ruby to 21.1.0 (PR #4084)
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe82cce..0292e774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: ruby: '3.0' include: - os: ubuntu-latest - ruby: truffleruby-20.2.0 + ruby: truffleruby-21.1.0 - os: ubuntu-latest ruby: jruby-9.1.17.0 pygments-version: ~ |
