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.
1 parent 6ccef70 commit d5d0a7fCopy full SHA for d5d0a7f
.github/workflows/actions.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- java: ['8', '17']
+ java: ['11', '17']
19
steps:
20
- uses: actions/checkout@v3
21
- uses: actions/setup-java@v3
@@ -34,7 +34,7 @@ jobs:
34
35
with:
36
distribution: 'temurin'
37
- java-version: 8
+ java-version: 11
38
- name: Check Binary Compatibility
39
run: ./mill -i __.mimaReportBinaryIssues
40
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
- name: Publish to Maven Central
60
run: |
61
if [[ $(git tag --points-at HEAD) != '' ]]; then
0 commit comments