Skip to content

Commit e1c858f

Browse files
yahondaclaude
andcommitted
Bump JRuby from 10.0.5.0 to 10.1.0.0 in CI workflows
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e3cf201 commit e1c858f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Ruby
3737
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: 'jruby-10.0.5.0'
39+
ruby-version: 'jruby-10.1.0.0'
4040
rubygems: latest
4141
- name: Build gem
4242
run: gem build ruby-plsql.gemspec

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
'3.4',
1717
'3.3',
1818
'3.2',
19-
'jruby-10.0.5.0',
19+
'jruby-10.1.0.0',
2020
]
2121
env:
2222
ORACLE_HOME: /opt/oracle/instantclient_23_26

.github/workflows/test_11g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
'3.4',
2121
'3.3',
2222
'3.2',
23-
'jruby-10.0.5.0',
23+
'jruby-10.1.0.0',
2424
]
2525
env:
2626
ORACLE_HOME: /opt/oracle/instantclient_21_15

.github/workflows/test_11g_ojdbc11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
ruby: [
19-
'jruby-10.0.5.0'
19+
'jruby-10.1.0.0'
2020
]
2121
env:
2222
ORACLE_HOME: /opt/oracle/instantclient_21_15

0 commit comments

Comments
 (0)