Skip to content

Commit

Permalink
GitHub workflows should now also use JDK 17, same as dev env.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendriks committed Apr 30, 2024
1 parent a7ca3a4 commit 8088791
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_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 11 for x64
- name: Set up JDK 17 for x64
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 11 for x64
- name: Set up JDK 17 for x64
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven
Expand Down

0 comments on commit 8088791

Please sign in to comment.