xp-forge / lambda

AWS Lambda for the XP Framework
3 stars 0 forks source link

Add support for different PHP versions #1

Closed thekid closed 3 years ago

thekid commented 3 years ago

Currently, version 8.0.9 is hardcoded.

# Use PHP runtime equalling that in use
$ xp lambda runtime

# Use the newest 8.0-release
$ xp lambda runtime:8.0

# Use a specific PHP version
$ xp lambda runtime:8.0.9

Reusing the docker syntax here for <image>:<tag>

thekid commented 3 years ago

Implemented and released in https://github.com/xp-forge/lambda/releases/tag/v0.7.0