Skip to content

Commit

Permalink
Update maven.yml more java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil authored Apr 4, 2024
1 parent f308a5f commit d763bd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: |
8
11
17
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit d763bd2

Please sign in to comment.