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