Skip to content

Commit

Permalink
switch jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanprantl committed Oct 10, 2024
1 parent e4cec38 commit 97d6ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subflow_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Analyze

env:
JAVA_VERSION: '21'
JAVA_DISTRIBUTION: 'adopt'
JAVA_DISTRIBUTION: 'corretto'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subflow_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E Test

env:
JAVA_VERSION: '21'
JAVA_DISTRIBUTION: 'adopt'
JAVA_DISTRIBUTION: 'corretto'

on:
workflow_dispatch:
Expand Down

0 comments on commit 97d6ea1

Please sign in to comment.