Skip to content

Commit

Permalink
Add builds for 5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 9, 2023
1 parent 5d6e59f commit 1403e13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
matrix:
perl-version:
- "devel"
- "5.38"
- "5.36"
- "5.34"
- "5.32"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-cpanfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
perl-version:
- 'devel'
- '5.38'
- '5.36'
- '5.34'
- '5.32'
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`

```
devel
5.38
5.36
5.34
5.32
Expand Down Expand Up @@ -110,7 +111,7 @@ At this time all the images built are based on `buster` distro.

## Using the images with GitHub Workflow

Here is a sample workflow for Linux running on all Perl version 5.8 to 5.36
Here is a sample workflow for Linux running on all Perl version 5.8 to 5.38
You can save the content in `.github/workflow/linux.yml`.

Note: this example is using cpm to install the dependencies from a cpanfile.
Expand Down Expand Up @@ -142,6 +143,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- '5.36'
- '5.34'
- '5.32'
Expand Down

0 comments on commit 1403e13

Please sign in to comment.