Skip to content

Commit

Permalink
Merge pull request #7 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 b8c742e + 63733ce commit d1e6590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
perl-version:
- '5.8'
- '5.10'
Expand All @@ -52,6 +51,7 @@ jobs:
- '5.28'
- '5.30'
- '5.32'
- '5.34'
- 'latest'
container:
image: perl:${{ matrix.perl-version }}
Expand Down

0 comments on commit d1e6590

Please sign in to comment.