Skip to content

Commit

Permalink
Merge pull request #73 from tdrwenski/update-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
oxelson authored Jul 31, 2024
2 parents 9ade297 + b16b661 commit 1dcaae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- name: Build and test with Maven
run: mvn clean package

4 changes: 2 additions & 2 deletions .github/workflows/threddsIso-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against latest 11 and 14
# test against latest 17 and 21
distribution: [zulu, adopt]
java: [ 11, 14 ]
java: [ 17, 21 ]
profile: [ dev, prod ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1dcaae1

Please sign in to comment.