Skip to content

Commit

Permalink
Add 5.38 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 26, 2024
1 parent 8647e12 commit 87263e7
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 @@ -31,7 +31,8 @@ jobs:
- { os: "ubuntu-latest", perl: "5.32" }
- { os: "ubuntu-latest", perl: "5.34" }
- { os: "ubuntu-latest", perl: "5.36" }
- { os: "ubuntu-latest", perl: "5.36", perl-threaded: true }
- { os: "ubuntu-latest", perl: "5.38" }
- { os: "ubuntu-latest", perl: "5.38", perl-threaded: true }

steps:
- name: Checkout code
Expand Down

0 comments on commit 87263e7

Please sign in to comment.