Skip to content

Commit f7ab8d7

Browse files
authored
chore: add jdk 8 verification to showcase CI
1 parent 1c0841f commit f7ab8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
runs-on: ubuntu-22.04
218218
strategy:
219219
matrix:
220-
java: [ 11, 17, 21, 23 ]
220+
java: [ 8, 11, 17, 21, 23 ]
221221
steps:
222222
- uses: actions/checkout@v4
223223
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)