We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e332b commit 5ed67b7Copy full SHA for 5ed67b7
1 file changed
.github/workflows/integration-tests.yml
@@ -34,6 +34,11 @@ jobs:
34
distro_version: bookworm
35
runtime_version: "3.4"
36
executable: /usr/local/bundle/bin/aws_lambda_ric
37
+ # Debian
38
+ - distro: ubuntu
39
+ distro_version: "24.04"
40
+ runtime_version: "3.4"
41
+ executable: /usr/local/bin/aws_lambda_ric
42
43
name: "${{ matrix.distro_config.distro }} ${{ matrix.distro_config.distro_version }} / ruby ${{ matrix.distro_config.runtime_version }} (${{ matrix.arch.label }})"
44
0 commit comments