Skip to content

Commit af530b3

Browse files
committed
[gha] Drop jdk 23, use 24 ga
1 parent 282e783 commit af530b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name: Java CI
33
on: [workflow_dispatch, push, pull_request]
44

55
permissions: read-all
6+
67
jobs:
78
test:
89
runs-on: ${{ matrix.os }}
910
strategy:
1011
matrix:
1112
cache: [maven]
1213
distribution: [temurin]
13-
java: [17, 21, 23, 24-ea, 25-ea]
14+
java: [17, 21, 24, 25-ea]
1415
os: [ubuntu-latest, macos-latest, windows-latest]
1516
fail-fast: false
1617
max-parallel: 4

0 commit comments

Comments
 (0)