Skip to content

Commit

Permalink
Merge pull request #129 from dmlloyd/test-jdk23
Browse files Browse the repository at this point in the history
Test on latest JDK also
  • Loading branch information
dmlloyd authored Oct 15, 2024
2 parents 67bf83e + 066bfb1 commit a613a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
11
17
21
23
- name: Build & Test with Maven
run: |
cd wildfly-common
mvn -B -ntp -N install --file pom.xml -Djava11.home="${{env.JAVA_HOME_11_X64}}" -Djava17.home="${{env.JAVA_HOME_17_X64}}"
mvn -B -ntp -N install --file pom.xml -Djava11.home="${{env.JAVA_HOME_11_X64}}" -Djava17.home="${{env.JAVA_HOME_17_X64}}" -Djava21.home="${{env.JAVA_HOME_21_X64}}"

0 comments on commit a613a58

Please sign in to comment.