Skip to content

Commit

Permalink
bump jdk compat build to 23 #2542
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Apr 5, 2024
1 parent 7062bbe commit b19303b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdk-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: 21
release: 23
- name: cache maven packages
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: build with maven
run: mvn -B clean install -P pre-release -pl '!karate-gatling' -Djavacpp.platform=linux-x86_64
run: mvn -B clean install -P pre-release -Djavacpp.platform=linux-x86_64

0 comments on commit b19303b

Please sign in to comment.