Skip to content

Commit de54fef

Browse files
committed
升级jdk版本号
1 parent 6e8a596 commit de54fef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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'

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)