Skip to content

Commit 9ea57c3

Browse files
author
Ben Asmussen
committed
Update CI to Java 25
1 parent 4f69c40 commit 9ea57c3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
java: [ 17, 21, 25 ]
1512

1613
steps:
1714
- name: Checkout code
1815
uses: actions/checkout@v4
1916

20-
- name: Set up JDK ${{ matrix.java }}
17+
- name: Set up JDK 25
2118
uses: actions/setup-java@v4
2219
with:
23-
java-version: ${{ matrix.java }}
20+
java-version: 25
2421
distribution: 'temurin'
2522
cache: maven
2623

@@ -31,7 +28,7 @@ jobs:
3128
uses: dorny/test-reporter@v1
3229
if: success() || failure()
3330
with:
34-
name: Maven Tests - Java ${{ matrix.java }}
31+
name: Maven Tests
3532
path: '**/surefire-reports/TEST-*.xml'
3633
reporter: java-junit
3734
fail-on-empty: false

0 commit comments

Comments
 (0)