Skip to content

Commit

Permalink
java 21 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
palfi authored Nov 16, 2023
1 parent c5b1ce2 commit b8d06ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
permissions:
contents: read
uses: navikt/fp-gha-workflows/.github/workflows/build-feature.yml@main
with:
java-version: 21
secrets: inherit

release-drafter:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
contents: read
security-events: write
uses: navikt/fp-gha-workflows/.github/workflows/codeql.yml@main
with:
java-version: 21
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ github.event.release.tag_name }}
java-version: 21
secrets: inherit
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<packaging>jar</packaging>

<properties>
<jupiter.version>5.10.0</jupiter.version>
<jupiter.version>5.10.1</jupiter.version>
<revision>2.1</revision>
<sha1>-SNAPSHOT</sha1>
<java.version>17</java.version>
<java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b8d06ec

Please sign in to comment.