Skip to content

Commit df2313a

Browse files
committed
Add Perl 5.32 to readme
1 parent 1b5082b commit df2313a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The images can be found at [https://hub.docker.com/repository/docker/perldocker/
7373
The following tags are available from the repository `perldocker/perl-tester`
7474

7575
```
76+
5.32
7677
5.30
7778
5.28
7879
5.26
@@ -91,7 +92,7 @@ The following tags are available from the repository `perldocker/perl-tester`
9192

9293
## Using the images with GitHub Workflow
9394

94-
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.30
95+
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.32
9596
You can save the content in `.github/workflow/linux.yml`.
9697

9798
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -123,6 +124,7 @@ jobs:
123124
fail-fast: false
124125
matrix:
125126
perl-version:
127+
- '5.32'
126128
- '5.30'
127129
- '5.28'
128130
- '5.26'

0 commit comments

Comments
 (0)