Skip to content

Commit aa2238a

Browse files
authored
Fix SSM integ tests
Needs Java 21 to run
1 parent 74b27eb commit aa2238a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ssm-integ.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
run: git config --system core.longpaths true
2929
if: ${{ matrix.os == 'windows-latest' }}
3030
- uses: actions/checkout@v2
31-
- name: Set up JDK 17
32-
uses: actions/setup-java@v1
31+
- uses: actions/setup-java@v4
3332
with:
34-
java-version: 17
33+
distribution: 'corretto'
34+
java-version: '21'
3535
- name: Grant execute permission for gradlew
3636
run: chmod +x gradlew
3737
- name: Build with Gradle

0 commit comments

Comments
 (0)