Skip to content

Commit d96dcf9

Browse files
authored
Merge pull request #297 from aromka/v3
update compatible-runtimes for v3
2 parents ad17567 + 23d5239 commit d96dcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/lambda-publish/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VERSION=$(aws lambda publish-layer-version \
3434
--description "Bref PHP Runtime" \
3535
--license-info MIT \
3636
--zip-file fileb://../../output/$LAYER_NAME.zip \
37-
--compatible-runtimes provided.al2 \
37+
--compatible-runtimes provided.al2023 \
3838
--output text \
3939
--query Version)
4040

0 commit comments

Comments
 (0)