Skip to content

Commit

Permalink
Update CI workflow to test on Perl 5.40
Browse files Browse the repository at this point in the history
This PR adds Perl 5.40 to the CI workflow.
  • Loading branch information
esabol authored Oct 4, 2024
1 parent a59d964 commit 56d31bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/with_pg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
perl: [ '5.30', '5.36' ]
perl: [ '5.30', '5.36', '5.40' ]
postgres: [ '11', '13', 'latest' ]

services:
Expand Down

0 comments on commit 56d31bb

Please sign in to comment.