Skip to content

Commit

Permalink
Use java 8 in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 2, 2025
1 parent d6b996c commit 26267e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

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

- name: Extract version from tag
id: extract_version
Expand Down

0 comments on commit 26267e4

Please sign in to comment.