Skip to content

Commit

Permalink
up java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTzykin authored Jan 16, 2024
1 parent ba3e63f commit 8338770
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
jira-keys: ${{ steps.jira_keys.outputs.jira-keys }}

steps:

- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Set variables
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
Expand Down

0 comments on commit 8338770

Please sign in to comment.