Skip to content

Commit

Permalink
CI: Bump java version from 11 to 17
Browse files Browse the repository at this point in the history
Change-Id: I3986652718572e163a1a879478a3bc965422aafc
Reviewed-on: https://korap.ids-mannheim.de/gerrit/c/KorAP/Koral/+/9109
Reviewed-by: Marc Kupietz <[email protected]>
  • Loading branch information
kupietz committed Dec 13, 2024
1 parent 54cab71 commit fc7b268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
steps:
- name: Checkout Koral
uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17

- name: Build and install Koral
run: mvn --file pom.xml install
4 changes: 2 additions & 2 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
git config --global core.eol lf
- name: Checkout Koral
uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17

- name: Build and install Koral
run: mvn --file pom.xml install

0 comments on commit fc7b268

Please sign in to comment.