Skip to content

Commit 6f7e7eb

Browse files
Build jruby-9.4.8.0
1 parent dec48e2 commit 6f7e7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss ]
14-
ruby: [jruby-9.3.15.0]
14+
ruby: [jruby-9.4.8.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -132,7 +132,7 @@ jobs:
132132
fail-fast: false
133133
matrix:
134134
os: [ windows-2019 ]
135-
jruby-version: [9.3.15.0]
135+
jruby-version: [9.4.8.0]
136136
runs-on: ${{ matrix.os }}
137137
steps:
138138
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)