Skip to content

Commit 0f0a41f

Browse files
committed
ci: bump the min JRE version tested from 8 to 9
1 parent 73f7c6a commit 0f0a41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ jobs:
726726
fail-fast: false
727727
matrix:
728728
jruby: ["9.4"]
729-
jre: ["8", "11"]
729+
jre: ["9", "11"]
730730
name: "jruby-${{matrix.jruby}}-jre${{matrix.jre}}-install"
731731
runs-on: ubuntu-latest
732732
steps:

0 commit comments

Comments
 (0)