summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 12:20:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 12:20:40 +0900
commitbe079fc575d4a32edef988285bcb3fc527130043 (patch)
tree0db5023aada90b2ee8103437b6981501dd61e167
parent8fb876e8c8045529441ad5fa6c8450f8dc11e35b (diff)
downloadjson-be079fc575d4a32edef988285bcb3fc527130043.tar.gz
Added JRuby 9.3
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ccf303..195c1cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
include:
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
+ - { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
exclude:
- { os: windows-latest, ruby: truffleruby }
- { os: windows-latest, ruby: truffleruby-head }