Skip to content

Commit

Permalink
Merge pull request #11 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 84fb2b6 + 29c0379 commit 5f2138f
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 5f2138f

Please sign in to comment.