We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cffaa commit a0db1acCopy full SHA for a0db1ac
1 file changed
.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@v4
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
0 commit comments