Skip to content

Commit e052cc3

Browse files
committed
chore: use Java 21
1 parent 88a6c2b commit e052cc3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121

22-
strategy:
23-
matrix:
24-
java-version: [21]
25-
2622
steps:
2723
- name: Checkout code
2824
uses: actions/checkout@v4
2925

30-
- name: Set up JDK ${{ matrix.java-version }}
26+
- name: Set up JDK 21
3127
uses: actions/setup-java@v4
3228
with:
33-
java-version: ${{ matrix.java-version }}
29+
java-version: "21"
3430
distribution: "temurin"
3531
cache: maven
3632

0 commit comments

Comments
 (0)