summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-16 14:43:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-16 14:43:31 +0900
commitb7ad3a95025b3ba50c1e1ad12449d987c8e491b2 (patch)
tree8522f7500c97e09fb3915fdf953e74b68790f77c /.github
parent6d14bfdf346e8ce8df5559aabd9df2d74751fea8 (diff)
downloadpsych-b7ad3a95025b3ba50c1e1ad12449d987c8e491b2.tar.gz
Revert "The stable version of JRuby is broken now."
This reverts commit 091a5b873132a12cee9d666944beef88a8524a9a.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu-jruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml
index a2d7419..b17bbf4 100644
--- a/.github/workflows/ubuntu-jruby.yml
+++ b/.github/workflows/ubuntu-jruby.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ jruby-head ]
+ ruby: [ jruby, jruby-head ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby