Skip to content

Commit

Permalink
Use java 17 for the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown authored Nov 6, 2023
1 parent e0bb027 commit 01ac2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netlicesning-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on: [self-hosted]
container: maven:3.8.6-openjdk-11
container: maven:3.8.6-openjdk-17
env:
# This is needed, as java doesn't respect the environment variable $HOME, but gets the
# user home by other means from the system. The default user in the above container is
Expand All @@ -25,7 +25,7 @@ jobs:
MAVEN_OPTS: -Duser.home=/github/home
strategy:
matrix:
java-version: [11]
java-version: [11, 17]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 01ac2f2

Please sign in to comment.