Skip to content

Commit 4c30f94

Browse files
authored
Add Java 8 Site to CI
1 parent e911e86 commit 4c30f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
java: [ 11 ]
33+
java: [ 8, 11 ]
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Set up JDK

0 commit comments

Comments
 (0)