We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e72857 commit 6ce3f32Copy full SHA for 6ce3f32
1 file changed
.github/workflows/maven.yml
@@ -5,9 +5,9 @@ name: Java CI with Maven
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ JDK11 ]
9
pull_request:
10
11
12
jobs:
13
build:
@@ -16,9 +16,9 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
20
uses: actions/setup-java@v1
21
with:
22
- java-version: 1.8
+ java-version: 11
23
- name: Build with Maven
24
run: mvn -B package --file pom.xml
0 commit comments