Skip to content

Commit

Permalink
use java 17 instead of 16
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarZyg committed Nov 9, 2022
1 parent 436af13 commit afc4f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 16 ]
java: [ 11, 17 ]
fail-fast: true

steps:
Expand All @@ -29,4 +29,4 @@ jobs:
with:
name: ${{ github.event.repository.name }}
path: staging/*
retention-days: 10 # Delete artifacts after 10 days
retention-days: 10 # Delete artifacts after 10 days

0 comments on commit afc4f77

Please sign in to comment.