We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416b0c8 commit a11faf9Copy full SHA for a11faf9
2 files changed
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- maven: [ '3.8.9', '3.9.11' ]
16
- java: [ '17', '21' ]
+ maven: [ '3.8.9', '3.9.12' ]
+ java: [ '17', '21', '25' ]
17
os: [ 'ubuntu-latest', 'windows-latest' ]
18
runs-on: ${{ matrix.os }}
19
steps:
pom.xml
@@ -92,7 +92,7 @@ under the License.
92
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
93
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
94
95
- <maven.version>3.9.11</maven.version>
+ <maven.version>3.9.12</maven.version>
96
<maven-plugin-plugin.version>3.15.2</maven-plugin-plugin.version>
97
<maven-reporting-api.version>4.0.0</maven-reporting-api.version>
98
<doxia.version>2.0.0</doxia.version>
0 commit comments