We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc94a7c commit 6b34419Copy full SHA for 6b34419
1 file changed
.github/workflows/maven.yml
@@ -66,10 +66,10 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- uses: actions/checkout@v3
69
- - name: Set up JDK 9
+ - name: Set up JDK 11
70
uses: actions/setup-java@v3
71
with:
72
- java-version: '9'
+ java-version: '11'
73
distribution: 'temurin'
74
cache: maven
75
- name: Build with Maven
@@ -79,10 +79,10 @@ jobs:
79
80
81
82
- - name: Set up JDK 10
83
84
85
- java-version: '10'
86
87
88
0 commit comments