File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v4
25- - name : Set up JDK 17
25+ - name : Set up JDK 21
2626 uses : actions/setup-java@v4
2727 with :
28- java-version : ' 17 '
28+ java-version : ' 21 '
2929 distribution : ' temurin'
3030 cache : maven
3131 - name : Runs Elasticsearch
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4
22- - name : Set up JDK 17
22+ - name : Set up JDK 21
2323 uses : actions/setup-java@v4
2424 with :
25- java-version : ' 17 '
25+ java-version : ' 21 '
2626 distribution : ' temurin'
2727 cache : maven
2828 - name : Build with Maven
@@ -39,10 +39,10 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@v4
42- - name : Set up JDK 17
42+ - name : Set up JDK 21
4343 uses : actions/setup-java@v4
4444 with :
45- java-version : ' 17 '
45+ java-version : ' 21 '
4646 distribution : ' temurin'
4747 cache : maven
4848 - name : Test with Maven
@@ -59,10 +59,10 @@ jobs:
5959 runs-on : ubuntu-latest
6060 steps :
6161 - uses : actions/checkout@v4
62- - name : Set up JDK 17
62+ - name : Set up JDK 21
6363 uses : actions/setup-java@v4
6464 with :
65- java-version : ' 17 '
65+ java-version : ' 21 '
6666 distribution : ' temurin'
6767 cache : maven
6868 - name : Runs Elasticsearch
You can’t perform that action at this time.
0 commit comments