Skip to content

Commit 150b8a6

Browse files
committed
Bump the CI's JRuby support to JRuby 10
# Conflicts: # CHANGELOG.md
1 parent 65e5be4 commit 150b8a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
include:
3838
- ruby-version: 'ruby-head'
3939
experimental: true
40-
- ruby-version: 'jruby-9.4'
40+
- ruby-version: 'jruby-10'
4141
experimental: true
4242
steps:
4343
- uses: actions/checkout@v4
@@ -67,7 +67,7 @@ jobs:
6767
include:
6868
- ruby-version: 'ruby-head'
6969
experimental: true
70-
- ruby-version: 'jruby-9.4'
70+
- ruby-version: 'jruby-10'
7171
experimental: true
7272
steps:
7373
- uses: actions/checkout@v4
@@ -97,7 +97,7 @@ jobs:
9797
include:
9898
- ruby-version: 'ruby-head'
9999
experimental: true
100-
- ruby-version: 'jruby-9.4'
100+
- ruby-version: 'jruby-10'
101101
experimental: true
102102
steps:
103103
- uses: actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127
include:
128128
- ruby-version: 'ruby-head'
129129
experimental: true
130-
- ruby-version: 'jruby-9.4'
130+
- ruby-version: 'jruby-10'
131131
experimental: true
132132

133133
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.9.2...main)
22

3+
* [CHANGE] Bump CI's JRuby checks to JRuby 10 (by [@faisal][])
34
* [CHANGE] Update CI checkout action to v4 (by [@faisal][])
45

56
# v4.9.2 / 2025-04-08 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.9.1...v4.9.2)

0 commit comments

Comments
 (0)