Skip to content

Commit e06b7b1

Browse files
committed
CI: Drop JDK 11, add JDK 25
1 parent fa1eadb commit e06b7b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
java: ['11']
41+
java: ['17']
4242
scala: ['2.12.20', '2.13.16', '3.3.5']
4343
steps:
4444
- name: Checkout current branch
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
java: ['11', '17', '21']
65+
java: ['17', '21', '25']
6666
scala: ['2.12.20', '2.13.16', '3.3.5']
6767
steps:
6868
- name: Checkout current branch
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/setup-java@v3.12.0
9191
with:
9292
distribution: temurin
93-
java-version: 11
93+
java-version: 17
9494
check-latest: true
9595
- name: Cache scala dependencies
9696
uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)