Skip to content

Commit f98be5a

Browse files
fix gh release action
1 parent 8f2a059 commit f98be5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66
- '*'
77

88
jobs:
9-
build-jdk11:
10-
name: "JDK 11 Build"
9+
build-jdk8:
10+
name: "JDK 8 Build"
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 11
14+
- name: Set up JDK 8
1515
# Uses sha for added security since tags can be updated
1616
uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d
1717
with:
18-
java-version: 11
18+
java-version: 8
1919
- name: Build
2020
run: |
2121
mvn -e -B -DskipTests=true -DskipDocs clean install

0 commit comments

Comments
 (0)