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 4444 env:
4545 GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
4646 DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
47- - name : set up JDK 11
47+ - name : set up JDK 17
4848 uses : actions/setup-java@v2
4949 with :
5050 java-version : ' 11'
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 - uses : actions/checkout@v2
1515 with :
1616 fetch-depth : 0
17- - name : set up JDK 1.8
17+ - name : set up JDK 17
1818 uses : actions/setup-java@v1
1919 with :
20- java-version : 11
20+ java-version : 17
2121 - name : Integration
2222 run : |
2323 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:
3232 env:
3333 GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
3434 DECRYPT_PASSPHRASE: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
35- - name : set up JDK 11
35+ - name : set up JDK 17
3636 uses : actions/setup-java@v2
3737 with :
38- java-version : ' 11 '
38+ java-version : ' 17 '
3939 distribution : ' adopt'
4040 - name : Cache Gradle packages
4141 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments