Skip to content

Commit 6ce3f32

Browse files
committed
Update actions
1 parent 7e72857 commit 6ce3f32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ JDK11 ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ JDK11 ]
1111

1212
jobs:
1313
build:
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 1.8
22+
java-version: 11
2323
- name: Build with Maven
2424
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)