Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot authored Jan 26, 2024
1 parent 85b8808 commit 1ce5c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 17 ]
java-version: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v3
- name: Set up Java ${{ matrix.java-version }}
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- name: Set up Java 8
- name: Set up Java 17
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 17
distribution: 'zulu'
server-id: sonatype-nexus-snapshots
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit 1ce5c4c

Please sign in to comment.