-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH Actions: ensure that all versions are treated as strings
The CI job building the Perl 5.40 image failed, because `5.40` in YAML was interpreted as a float and converted to `"5.4"`. To avoid these problems in the future, let's secure all version numbers that YAML now interprets as floats/integers.
- Loading branch information
1 parent
5ccc010
commit 8fcc5e0
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters