Skip to content

Commit

Permalink
Update CI and Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 12, 2024
1 parent 709d753 commit 9711a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
ff-run: false
ff-site-run: false
jdk-matrix: '[ "21" ]'
maven-matrix: '[ "3.9.9" ]'
maven-matrix: '[ "3.9.9", "4.0.0-rc-1" ]'
verify-fail-fast: false

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<jettyVersion>10.0.24</jettyVersion>
<!-- used by supplier and demo only -->
<maven3Version>3.9.9</maven3Version>
<maven4Version>4.0.0-beta-5</maven4Version>
<maven4Version>4.0.0-rc-1</maven4Version>
<minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
<!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration (but cannot directly, as this below is range) -->
<minimalJavaBuildVersion>[21,)</minimalJavaBuildVersion>
Expand Down

0 comments on commit 9711a38

Please sign in to comment.