Skip to content

Commit aca0e80

Browse files
authored
ci: use JDK 11 but compile for 8
1 parent fda59f1 commit aca0e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- name: Set up JDK 8
25+
- name: Set up JDK 11
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '8'
28+
java-version: '11'
2929
distribution: 'temurin'
3030
cache: maven
3131
- name: Build with Maven

0 commit comments

Comments
 (0)