Skip to content

Commit ab01a61

Browse files
committed
Update Java version of doc build
since java 8 is no longer supported by Spring 6
1 parent 2b063c1 commit ab01a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
java_version: [8]
14+
java_version: [17]
1515
os: [ubuntu-latest]
1616

1717
steps:

0 commit comments

Comments
 (0)