This commit is contained in:
2025-12-14 21:35:57 +01:00
parent 93659f85d5
commit 527a1f1f12

View File

@@ -1,9 +1,9 @@
matrix: matrix:
include: include:
- image: perl:5.36.0-slim-bullseye # - image: perl:5.36.0-slim-bullseye
- image: perl:5.38.0-slim-bookworm # - image: perl:5.38.0-slim-bookworm
- image: perl:5.40.0-slim-bookworm # - image: perl:5.40.0-slim-bookworm
- image: perl:5.42.0-slim-bookworm # - image: perl:5.42.0-slim-bookworm
- image: perl:5.43.5-slim-bookworm - image: perl:5.43.5-slim-bookworm
steps: steps:
@@ -14,6 +14,7 @@ steps:
commands: commands:
- apt-get update -y - apt-get update -y
- apt-get install -y gcc - apt-get install -y gcc
- cpanm -n XML::Parser
- cpanm -n DBM::Deep - cpanm -n DBM::Deep
- cpanm -n IO::Socket::SSL - cpanm -n IO::Socket::SSL
- cpanm -n MIME::Base64 - cpanm -n MIME::Base64