diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-19 00:41:53 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-19 01:17:32 -0600 |
| commit | 2edaa6abba86515dc294eda713e7345841e945ab (patch) | |
| tree | a37dbe255f55085c3ac74596b51f632d3b397267 /.github | |
| parent | 6c7dc72147e983e04652e3f3fb0d739c2d43ac71 (diff) | |
upgrade TruffleRuby in CI
Diffstat (limited to '.github')
| -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 8885a34e..2347a9f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: ruby: '3.1' include: - os: ubuntu-latest - ruby: truffleruby-21.1.0 + ruby: truffleruby-22.2.0 - os: ubuntu-latest ruby: jruby-9.2.21.0 pygments-version: ~ |
