Skip to content

Commit 78d4a2b

Browse files
authored
Merge pull request #130 from esabol/patch-1
Update CI workflow to test on Perl 5.40
2 parents a59d964 + 56d31bb commit 78d4a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/with_pg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
perl: [ '5.30', '5.36' ]
15+
perl: [ '5.30', '5.36', '5.40' ]
1616
postgres: [ '11', '13', 'latest' ]
1717

1818
services:

0 commit comments

Comments
 (0)