fix(ci): specify Debian version for Perl 5.20 tests
Some checks failed
Perl Tests / perl (threaded) (push) Waiting to run
Perl Tests / perl (5.20-buster) (push) Failing after 1m5s
Perl Tests / perl (latest) (push) Has been cancelled

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.
This commit is contained in:
Kumi 2024-09-18 20:28:24 +02:00
parent abdfc8ce9b
commit 8926c0d16e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
perl-version:
- '5.20'
- '5.20-buster'
- 'latest'
- 'threaded'