Skip to content

Commit 217c93d

Browse files
committed
fix: update compilation spec
1 parent ea24580 commit 217c93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/samples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
run: |
5151
mvn -B install \
5252
-Dmaven.compiler.plugin.version=3.11.0 \
53-
-Dmaven.compiler.source=21 \
54-
-Dmaven.compiler.target=21 \
53+
-Dmaven.compiler.source=1.8 \
54+
-Dmaven.compiler.target=1.8 \
5555
--file aws-lambda-java-events/pom.xml
5656
# Build custom-serialization samples
5757
- name: install sam

0 commit comments

Comments
 (0)