Introduce a new CI image with Debian slim

This commit is contained in:
David Dieulivol 2023-09-20 09:52:32 +00:00 committed by Balasankar 'Balu' C
parent ed5d1b2687
commit 78b7d62c70

View file

@ -22,7 +22,7 @@ gitlab:
ARCH: linux/amd64,linux/arm64
parallel:
matrix:
- OS: ['debian:bullseye']
- OS: ['debian:bullseye', 'debian:bullseye-slim']
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
GIT: ['2.36']
POSTGRESQL: ['12', '13', '14', '15']