Skip to content

Commit f4ff4c8

Browse files
committed
use more modern Java
1 parent 2e74a4d commit f4ff4c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
steps:
5454
- name: Checkout
5555
uses: actions/checkout@v2
56-
- name: Use Java 8
56+
- name: Use Java 11
5757
uses: actions/setup-java@v1
5858
with:
59-
java-version: '8'
59+
java-version: '11'
6060
- name: Deploy artifacts
6161
uses: samuelmeuli/action-maven-publish@v1
6262
with:

0 commit comments

Comments
 (0)