Skip to content

Commit 628be59

Browse files
author
Davide Melfi
committed
chore: fix matrix
1 parent 86be284 commit 628be59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/runtime-interface-client_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
java-version: [8, 11, 17, 21]
26+
java-version: [8, 11, 17, 21, 25]
2727
steps:
2828
- uses: actions/checkout@v5
2929

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ experimental/aws-lambda-java-profiler/integration_tests/helloworld/bin
3737
/scratch/
3838
.vscode
3939
.kiro
40-
build
40+
build
41+
LambdaMavenDeploy

0 commit comments

Comments
 (0)