Skip to content

Commit

Permalink
fixe : upgrade java version in github CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
kanedafromparis authored and sunix committed Mar 9, 2024
1 parent 422699d commit 0dc24a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Build
run: ./mvnw verify -B
run: ./mvnw verify -B

0 comments on commit 0dc24a7

Please sign in to comment.