Skip to content

Commit

Permalink
Merge pull request #4843 from malinthar/master-late
Browse files Browse the repository at this point in the history
Fix daily build for 2201.8.x
  • Loading branch information
NipunaRanasinghe authored Aug 27, 2023
2 parents dc1d78b + afa4817 commit 33c8c31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: 2201.8.x
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17.0.7'
- name: Get daily docker version
id: version
run: echo "::set-output name=version::$(date +'%Y-%m-%d')"
Expand Down

0 comments on commit 33c8c31

Please sign in to comment.