Skip to content

Commit 848e571

Browse files
committed
bump jdk to 11
1 parent 16beb6a commit 848e571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v2
35-
- name: Set up JDK 1.8
35+
- name: Set up JDK 11
3636
uses: actions/setup-java@v1
3737
with:
38-
java-version: 1.8
38+
java-version: 11
3939
- name: Build with Maven
4040
run: mvn -B package --file pom.xml
4141
working-directory: ./PgBulkInsert

0 commit comments

Comments
 (0)