Skip to content

Commit

Permalink
Bump Java version to 21 in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Jan 30, 2024
1 parent 6291b0f commit 468f2e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '9'
java-version: '21'
java-package: jdk

- name: Install flow emulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '9'
java-version: '21'
java-package: jdk

- name: Install flow emulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '9'
java-version: '21'
java-package: jdk

- name: Install flow emulator
Expand Down

0 comments on commit 468f2e0

Please sign in to comment.