Skip to content

Commit

Permalink
chore(ci): bump jdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Oct 10, 2024
1 parent 9e98255 commit 0cf8cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blob-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 16
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 16
java-version: 21
distribution: temurin
- name: Build with Maven
run: mvn package --file pom.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 16
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 16
java-version: 21
distribution: temurin
- name: Build with Maven
run: mvn package --file pom.xml

0 comments on commit 0cf8cf2

Please sign in to comment.