Skip to content

Commit 415c566

Browse files
committed
Workflow updates for Java 21, etc.
1 parent 19d4d7f commit 415c566

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,17 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v4
2525

26-
- name: Set up Java 8
26+
- name: Set up Java 21
2727
uses: actions/setup-java@v4
2828
with:
2929
distribution: 'corretto'
30-
java-version: '8'
30+
java-version: '21'
3131
cache: 'maven'
3232

3333
- name: Set up SAM CLI
3434
uses: aws-actions/setup-sam@v2
3535
with:
3636
use-installer: true
37-
version: '1.53.0' # Version from ~2022, compatible with 2020 templates
3837

3938
- name: Configure AWS credentials
4039
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)