Skip to content

Commit

Permalink
chore: upgrade ci → jvm21
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 10, 2023
1 parent 788bd72 commit 6f7ac0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/step.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
java:
required: false
type: string
default: 20
default: 21
coverage:
required: false
type: boolean
Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:
path: |
~/.sonar/cache
~/.konan
- name: "Setup: Zulu 20"
- name: "Setup: Zulu 21"
uses: buildjet/setup-java@3b5edd4799eb848d92664003cb1e6f74db868f19 # v3
with:
distribution: 'zulu'
java-version: '20'
java-version: '21'
- name: "Build and Test"
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
id: gradlebuild
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/step.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ jobs:
uses: 'google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1'
with:
version: '${{ vars.GCLOUD_VERSION }}'
- name: "Setup: Zulu 20"
- name: "Setup: Zulu 21"
uses: buildjet/setup-java@3b5edd4799eb848d92664003cb1e6f74db868f19 # v3
with:
distribution: 'zulu'
java-version: '20'
java-version: '21'
- name: "Publish (${{ matrix.label }})"
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
id: publish
Expand Down

0 comments on commit 6f7ac0d

Please sign in to comment.