Skip to content

Commit

Permalink
raised java version to 21 in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
micudaj committed Oct 2, 2024
1 parent 278fb73 commit e6c776b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
cache: "maven"

- name: Run mvn clean verify
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
java-version: "21"
cache: "maven"

- name: Install Kustomize
Expand Down

0 comments on commit e6c776b

Please sign in to comment.