We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maven.yml
1 parent 0d793ae commit 5e687aeCopy full SHA for 5e687ae
.github/workflows/maven.yml
@@ -17,11 +17,11 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- java: [ '8' ]
+ java: [ '11' ]
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up JDK
24
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
25
with:
26
java-version: ${{ matrix.java }}
27
distribution: 'temurin'
0 commit comments