Skip to content

Commit 5e687ae

Browse files
committed
Revert changes to maven.yml
1 parent 0d793ae commit 5e687ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java: [ '8' ]
20+
java: [ '11' ]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v3
2525
with:
2626
java-version: ${{ matrix.java }}
2727
distribution: 'temurin'

0 commit comments

Comments
 (0)