Skip to content

Commit 9586f51

Browse files
Build jruby-10.0.4.0
1 parent 8b34651 commit 9586f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-15-intel, macos-14 ]
14-
ruby: [jruby-10.0.3.0]
14+
ruby: [jruby-10.0.4.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127
fail-fast: false
128128
matrix:
129129
os: [ windows-2022, windows-11-arm ]
130-
jruby-version: [10.0.3.0]
130+
jruby-version: [10.0.4.0]
131131
runs-on: ${{ matrix.os }}
132132
steps:
133133
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)