Skip to content

Commit ae8fbb6

Browse files
authored
Promote 5.36 in README.md
Add the 5.36 in multiple documentation example so users are 5.36 aware.
1 parent cae937b commit ae8fbb6

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
@@ -76,6 +76,7 @@ The images can be found at [https://hub.docker.com/repository/docker/perldocker/
7676
The following tags are available from the repository `perldocker/perl-tester`
7777

7878
```
79+
5.36
7980
5.34
8081
5.32
8182
5.30
@@ -96,7 +97,7 @@ The following tags are available from the repository `perldocker/perl-tester`
9697

9798
## Using the images with GitHub Workflow
9899

99-
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.32
100+
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.36
100101
You can save the content in `.github/workflow/linux.yml`.
101102

102103
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -128,6 +129,7 @@ jobs:
128129
fail-fast: false
129130
matrix:
130131
perl-version:
132+
- '5.36'
131133
- '5.34'
132134
- '5.32'
133135
- '5.30'

0 commit comments

Comments
 (0)