We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a6c2b commit e052cc3Copy full SHA for e052cc3
1 file changed
.github/workflows/ci.yml
@@ -19,18 +19,14 @@ jobs:
19
test:
20
runs-on: ubuntu-latest
21
22
- strategy:
23
- matrix:
24
- java-version: [21]
25
-
26
steps:
27
- name: Checkout code
28
uses: actions/checkout@v4
29
30
- - name: Set up JDK ${{ matrix.java-version }}
+ - name: Set up JDK 21
31
uses: actions/setup-java@v4
32
with:
33
- java-version: ${{ matrix.java-version }}
+ java-version: "21"
34
distribution: "temurin"
35
cache: maven
36
0 commit comments