Skip to content

Commit e182afc

Browse files
author
analyst
committed
Upgrade CI script to use Java 11 now that it is supported.
1 parent 2c67145 commit e182afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
- name: Set up JDK 8
14+
- name: Set up JDK 11
1515
uses: actions/setup-java@v4
1616
with:
17-
java-version: '8'
17+
java-version: '11'
1818
distribution: 'zulu'
1919
- name: Run Spotless check
2020
run: mvn spotless:check

0 commit comments

Comments
 (0)