Skip to content

Commit

Permalink
Merge pull request #50 from Perl/oalders/5.38
Browse files Browse the repository at this point in the history
Add builds for 5.38
oalders authored Jul 9, 2023

Verified

This commit was signed with the committer’s verified signature.
cariandrum22 Takafumi Asano
2 parents 5d6e59f + 1403e13 commit a2c78a7
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
@@ -35,6 +35,7 @@ jobs:
matrix:
perl-version:
- "devel"
- "5.38"
- "5.36"
- "5.34"
- "5.32"
1 change: 1 addition & 0 deletions .github/workflows/test-cpanfile.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ jobs:
matrix:
perl-version:
- 'devel'
- '5.38'
- '5.36'
- '5.34'
- '5.32'
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`

```
devel
5.38
5.36
5.34
5.32
@@ -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.
@@ -142,6 +143,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.38'
- '5.36'
- '5.34'
- '5.32'

0 comments on commit a2c78a7

Please sign in to comment.