From 8926c0d16ed82bf0ecac534faf8b111d17272497 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 20:28:24 +0200 Subject: [PATCH] fix(ci): specify Debian version for Perl 5.20 tests Updated the Perl 5.20 testing matrix to use '5.20-buster' to avoid any inconsistencies or issues with different base images. This ensures a consistent environment for our CI tests, particularly important for dependencies that might be sensitive to the underlying OS version. --- .github/workflows/perl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 5f463d4..e5100e2 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: perl-version: - - '5.20' + - '5.20-buster' - 'latest' - 'threaded'