Skip to content

Commit

Permalink
Build on JDK 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Aug 15, 2024
1 parent 9cb4553 commit 8319084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
repository: ${{ github.repository }}
path: praxislive
- name: Setup JDK 21
- name: Setup JDK 22
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'temurin'
cache: 'maven'
- name: Build PraxisCORE
Expand Down

0 comments on commit 8319084

Please sign in to comment.