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.
This commit is contained in:
parent
abdfc8ce9b
commit
8926c0d16e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perl.yml
vendored
2
.github/workflows/perl.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
perl-version:
|
perl-version:
|
||||||
- '5.20'
|
- '5.20-buster'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- 'threaded'
|
- 'threaded'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue