Skip to content

Commit 2dc3a5a

Browse files
committed
Test with Java 25 and use install phase.
1 parent 15dfc4e commit 2dc3a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: [ 11, 17, 21, 24 ]
17+
java: [ 11, 17, 21, 25 ]
1818
steps:
1919
- uses: actions/checkout@v5
2020
- uses: actions/setup-java@v5
@@ -23,5 +23,5 @@ jobs:
2323
java-version: ${{ matrix.java }}
2424
cache: 'maven'
2525
- name: Build with Maven
26-
run: mvn -V -B package ${{ matrix.java == 17 && 'site' || '' }}
26+
run: mvn -V -B install ${{ matrix.java == 17 && 'site' || '' }}
2727

0 commit comments

Comments
 (0)