Skip to content

Commit

Permalink
Added latest ubuntu to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 29, 2024
1 parent e18438d commit 2ade9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
perl-version: ['5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12']
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- windows-latest
- windows-2022
- windows-2019
perl: ['5.38', '5.36', '5.34', '5.32', '5.30', '5.28']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
Expand Down

0 comments on commit 2ade9e5

Please sign in to comment.