Skip to content

Commit a0db1ac

Browse files
committed
wip
1 parent 25cffaa commit a0db1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
java: ['8', '17']
18+
java: ['11', '17']
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-java@v3
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-java@v3
3535
with:
3636
distribution: 'temurin'
37-
java-version: 8
37+
java-version: 11
3838
- name: Check Binary Compatibility
3939
run: ./mill -i __.mimaReportBinaryIssues
4040

0 commit comments

Comments
 (0)