Skip to content

Commit 92e332b

Browse files
committed
fix: add debian
1 parent d298b95 commit 92e332b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
distro_version: "3.23"
3030
runtime_version: "3.4"
3131
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
3237

3338
name: "${{ matrix.distro_config.distro }} ${{ matrix.distro_config.distro_version }} / ruby ${{ matrix.distro_config.runtime_version }} (${{ matrix.arch.label }})"
3439

0 commit comments

Comments
 (0)