Skip to content

Commit

Permalink
Added JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Carpenter committed Nov 14, 2024
1 parent 13ec21b commit f77b2ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '.github/project.yml'
- '.github/workflows/pre-release.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -14,3 +15,10 @@ jobs:
name: Pre-Release
uses: quarkiverse/.github/.github/workflows/pre-release.yml@main
secrets: inherit
steps:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: 'maven'

0 comments on commit f77b2ac

Please sign in to comment.