File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,16 +29,28 @@ jobs:
2929 distro_version : " 3.23"
3030 runtime_version : " 3.4"
3131 executable : /usr/local/bundle/bin/aws_lambda_ric
32+ - distro : alpine
33+ distro_version : " 3.23"
34+ runtime_version : " 3.3"
35+ executable : /usr/local/bundle/bin/aws_lambda_ric
3236 # Debian
3337 - distro : debian
3438 distro_version : bookworm
3539 runtime_version : " 3.4"
3640 executable : /usr/local/bundle/bin/aws_lambda_ric
41+ - distro : debian
42+ distro_version : bookworm
43+ runtime_version : " 3.3"
44+ executable : /usr/local/bundle/bin/aws_lambda_ric
3745 # Debian
3846 - distro : ubuntu
3947 distro_version : " 24.04"
4048 runtime_version : " 3.4"
4149 executable : /usr/local/bin/aws_lambda_ric
50+ - distro : ubuntu
51+ distro_version : " 24.04"
52+ runtime_version : " 3.3"
53+ executable : /usr/local/bin/aws_lambda_ric
4254
4355 name : " ${{ matrix.distro_config.distro }} ${{ matrix.distro_config.distro_version }} / ruby ${{ matrix.distro_config.runtime_version }} (${{ matrix.arch.label }})"
4456
You can’t perform that action at this time.
0 commit comments