File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
env:
45
45
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
46
46
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
47
- - name : set up JDK 11
47
+ - name : set up JDK 17
48
48
uses : actions/setup-java@v2
49
49
with :
50
50
java-version : ' 11'
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
- uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 0
17
- - name : set up JDK 1.8
17
+ - name : set up JDK 17
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : 11
20
+ java-version : 17
21
21
- name : Integration
22
22
run : |
23
23
git clone https://$GIT_ACCESS_TOKEN@github.com/archurcode/Integrationtesting.git
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
env:
33
33
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
34
34
DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
35
- - name : set up JDK 11
35
+ - name : set up JDK 17
36
36
uses : actions/setup-java@v2
37
37
with :
38
- java-version : ' 11 '
38
+ java-version : ' 17 '
39
39
distribution : ' adopt'
40
40
- name : Cache Gradle packages
41
41
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments