Skip to content

Commit

Permalink
Merge pull request #3 from briandfoy/linux-update
Browse files Browse the repository at this point in the history
Update linux workflow (18.04 deprecated)
  • Loading branch information
briandfoy committed Aug 26, 2022
2 parents 298aa76 + 75f498d commit 896fe2d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
# version 20220307.001
# https://github.com/briandfoy/github_actions
# version 20220825.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
name: ubuntu
Expand All @@ -19,6 +19,7 @@ on:
# list all the files which are irrelevant to the tests
# non-code, support files, docs, etc
- '.appveyor.yml'
- '.gitattributes'
- '.github/workflows/macos.yml'
- '.github/workflows/windows.yml'
- '.github/workflows/release.yml'
Expand All @@ -35,13 +36,22 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
perl-version:
- '5.8'
- '5.10'
- '5.12'
- '5.14'
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.24'
- '5.26'
- '5.28'
- '5.30'
- '5.32'
- '5.34'
- 'latest'
container:
image: perl:${{ matrix.perl-version }}
Expand Down

0 comments on commit 896fe2d

Please sign in to comment.