Skip to content

Commit b658b67

Browse files
committed
check if this is still needed
1 parent 821f57d commit b658b67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.4', 'jruby-10.0']
1919

2020
steps:
21-
- name: Set up Java for JRuby 10.0
22-
if: matrix.ruby-version == 'jruby-10.0'
23-
uses: actions/setup-java@v5
24-
with:
25-
distribution: 'temurin'
26-
java-version: '21'
2721
- uses: actions/checkout@v5
2822
- name: Set up Ruby
2923
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)