Skip to content

Commit 368f995

Browse files
committed
Bump the jdk version in our ci matrix
Signed-off-by: Eric Pugh <[email protected]>
1 parent bbcdda5 commit 368f995

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
needs: Get-CI-Image-Tag
1717
strategy:
1818
matrix:
19-
java: [21, 24]
19+
java: [21, 25]
2020
os: [ubuntu-latest]
2121

2222
name: Gradle Check Linux
@@ -48,7 +48,7 @@ jobs:
4848
Check-ubi-windows:
4949
strategy:
5050
matrix:
51-
java: [21, 24]
51+
java: [21, 25]
5252
os: [windows-latest]
5353

5454
name: Gradle Check Windows
@@ -71,7 +71,7 @@ jobs:
7171
needs: Get-CI-Image-Tag
7272
strategy:
7373
matrix:
74-
java: [21, 24]
74+
java: [21, 25]
7575
os: [ubuntu-latest]
7676

7777
name: Pre-commit Linux
@@ -110,7 +110,7 @@ jobs:
110110
needs: Precommit-ubi-linux
111111
strategy:
112112
matrix:
113-
java: [21, 24]
113+
java: [21, 25]
114114
os: [ubuntu-latest]
115115
runs-on: ${{ matrix.os }}
116116
steps:
@@ -121,4 +121,4 @@ jobs:
121121
- name: Upload Coverage Report
122122
uses: codecov/codecov-action@v3
123123
with:
124-
token: ${{ secrets.CODECOV_TOKEN }}
124+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)