Skip to content

Commit 3e2a421

Browse files
authored
Update run-sample-app.yml
1 parent d853ae0 commit 3e2a421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-sample-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up JDK 11
11+
- name: Set up JDK 21
1212
uses: actions/setup-java@v2
1313
with:
14-
java-version: '11'
14+
java-version: '21'
1515
distribution: 'adopt'
1616
- name: Run Sample App
1717
run: ./gradlew run

0 commit comments

Comments
 (0)