Skip to content

Commit 29a78f5

Browse files
author
Ben Asmussen
committed
Update CI to Java 25
1 parent 35c7522 commit 29a78f5

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,14 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
13-
strategy:
14-
matrix:
15-
java: [ '17', '21' ]
16-
17-
name: Java ${{ matrix.java }}
18-
12+
1913
steps:
2014
- uses: actions/checkout@v4
21-
22-
- name: Set up JDK ${{ matrix.java }}
15+
16+
- name: Set up JDK 25
2317
uses: actions/setup-java@v4
2418
with:
25-
java-version: ${{ matrix.java }}
19+
java-version: 25
2620
distribution: 'temurin'
2721
cache: maven
2822

0 commit comments

Comments
 (0)