Skip to content

Commit

Permalink
Merge pull request #130 from esabol/patch-1
Browse files Browse the repository at this point in the history
Update CI workflow to test on Perl 5.40
  • Loading branch information
jonjensen authored Oct 4, 2024
2 parents a59d964 + 56d31bb commit 78d4a2b
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 78d4a2b

Please sign in to comment.