Skip to content

Commit

Permalink
Merge pull request #250 from zero88/feature/separate-jooqx-on-jvm-via…
Browse files Browse the repository at this point in the history
…-version

feat(gha): Tweak a step to make jooqx support multiple java versions
  • Loading branch information
zero88 authored Jun 22, 2024
2 parents e5e1d2f + 4bea070 commit 782db08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jooqx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
os: [ 'ubuntu-latest' ]
with:
profile: 'jooqx'
version: ${{ needs.context.outputs.version }}
version: ${{ matrix.java == '17' && needs.context.outputs.version || format('{0}-jvm8', needs.context.outputs.version) }}
semanticVersion: ${{ needs.context.outputs.semanticVersion }}
hashVersion: ${{ needs.context.outputs.commitId }}
isRelease: ${{ needs.context.outputs.isRelease }}
Expand Down

0 comments on commit 782db08

Please sign in to comment.