Skip to content

Commit

Permalink
try java 19
Browse files Browse the repository at this point in the history
  • Loading branch information
wefhy committed Jul 20, 2023
1 parent 8dd54d4 commit 6d06bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# Use these Java versions
java: [17]
java: [19]
# and run on both Linux and Windows
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
commitMode: true
configuration: "changelog-configuration.json"
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
if: ${{ runner.os == 'Linux' && matrix.java == '19' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v3
with:
name: Artifacts
Expand Down

0 comments on commit 6d06bb6

Please sign in to comment.