Skip to content

Commit

Permalink
add java 21 and build whole project
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent c8829af commit 158ca9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: include JAVA SE 21 (LTS) on release
version: [ "19", "20" ]
version: [ "19", "20", "21" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
continue-on-error: true
Expand All @@ -30,4 +29,4 @@ jobs:
# step-level 'continue-on-error' needed to mask a negative workflow result
continue-on-error: true
with:
arguments: :codyze-cli:build -x check --parallel -Pversion=0.0.0
arguments: -x check --parallel -Pversion=0.0.0

0 comments on commit 158ca9b

Please sign in to comment.