Skip to content

Commit 5ed67b7

Browse files
committed
fix add ubuntu
1 parent 92e332b commit 5ed67b7

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
@@ -34,6 +34,11 @@ jobs:
3434
distro_version: bookworm
3535
runtime_version: "3.4"
3636
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
3742

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

0 commit comments

Comments
 (0)