Skip to content

Commit 4187dc9

Browse files
committed
Nope not java 8
1 parent be1b395 commit 4187dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/setup-java@v3
1111
with:
1212
distribution: 'adopt'
13-
java-version: '8'
13+
java-version: '11'
1414

1515
- name: Build with Maven
1616
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)