Skip to content

Commit

Permalink
IS-162 Updated actions to use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Oct 25, 2023
1 parent 19d2b72 commit 6bd8e8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Build with Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-and-codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Build with Maven
Expand Down

0 comments on commit 6bd8e8d

Please sign in to comment.