Skip to content

Commit

Permalink
updated angular versions (#1459)
Browse files Browse the repository at this point in the history
* updated angular versions

* switch jdk
  • Loading branch information
stephanprantl authored Oct 10, 2024
1 parent b5f381d commit b24a93d
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 280 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
Loading

0 comments on commit b24a93d

Please sign in to comment.