Skip to content

Commit 10a09b1

Browse files
committed
actions.yml: Bump min java to 11
1 parent bfb7cdb commit 10a09b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

+3-3
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@v3
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

@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-java@v3
5656
with:
5757
distribution: 'temurin'
58-
java-version: 8
58+
java-version: 11
5959
- name: Publish to Maven Central
6060
run: |
6161
if [[ $(git tag --points-at HEAD) != '' ]]; then

0 commit comments

Comments
 (0)