Skip to content

Commit

Permalink
Add 5.40 to github ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Jul 7, 2024
1 parent 54f856c commit 5fef99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- { os: "ubuntu-latest", perl: "5.34" }
- { os: "ubuntu-latest", perl: "5.36" }
- { os: "ubuntu-latest", perl: "5.38" }
- { os: "ubuntu-latest", perl: "5.38", perl-threaded: true }
- { os: "ubuntu-latest", perl: "5.40" }
- { os: "ubuntu-latest", perl: "5.40", perl-threaded: true }

steps:
- name: Checkout code
Expand Down

0 comments on commit 5fef99f

Please sign in to comment.