Skip to content

Commit 1a4f40a

Browse files
authored
Update JDK version from 17 to 21 in CI workflow
1 parent bcdedb0 commit 1a4f40a

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
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set up JDK 17
13+
- name: Set up JDK 21
1414
uses: actions/setup-java@v2
1515
with:
16-
java-version: '17'
17-
distribution: 'adopt'
16+
java-version: '21'
17+
distribution: 'temurin'
1818
- name: Build with Maven
1919
uses: GabrielBB/xvfb-action@v1
2020
with:

0 commit comments

Comments
 (0)