Skip to content

Commit 6b34419

Browse files
committed
github action maven
1 parent cc94a7c commit 6b34419

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
@@ -66,10 +66,10 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v3
69-
- name: Set up JDK 9
69+
- name: Set up JDK 11
7070
uses: actions/setup-java@v3
7171
with:
72-
java-version: '9'
72+
java-version: '11'
7373
distribution: 'temurin'
7474
cache: maven
7575
- name: Build with Maven
@@ -79,10 +79,10 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v3
82-
- name: Set up JDK 10
82+
- name: Set up JDK 11
8383
uses: actions/setup-java@v3
8484
with:
85-
java-version: '10'
85+
java-version: '11'
8686
distribution: 'temurin'
8787
cache: maven
8888
- name: Build with Maven

0 commit comments

Comments
 (0)