Skip to content

Commit faffef6

Browse files
committed
Bumps up CI JDK version to 21
1 parent 5e437f3 commit faffef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11-
- name: Set up JDK 17
11+
- name: Set up JDK 21
1212
uses: actions/setup-java@v1
1313
with:
14-
java-version: 17
14+
java-version: 21
1515
- name: Install dependencies
1616
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1717
- name: Run tests and collect coverage
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
# To find this token, and how it is stored in the repo, see:
2323
# https://docs.codecov.com/docs/adding-the-codecov-token
24-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)