Skip to content

Commit

Permalink
ci: fix use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Dec 21, 2024
1 parent 0940fee commit 3f4698c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/test.yml
with:
os: ubuntu-latest
java: 8
java: 21

stage:
name: Stage
Expand All @@ -37,7 +37,7 @@ jobs:
uses: ./.github/workflows/stage.yml
with:
os: ubuntu-latest
java: 8
java: 21
secrets: inherit

deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: "The Java version the workflow should use"
required: false
type: number
default: 8
default: 21

permissions:
attestations: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: "The Java version the workflow should use"
required: false
type: number
default: 8
default: 21

permissions:
checks: write
Expand Down

0 comments on commit 3f4698c

Please sign in to comment.