We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eec6f commit 71fc01bCopy full SHA for 71fc01b
2 files changed
.github/workflows/build-and-test.yml
@@ -137,8 +137,9 @@ jobs:
137
- "5.28"
138
- "5.30"
139
- "5.32"
140
- - "5.34"
141
- - "5.36"
+ # As of 2022-06-06 5.32 is the latest Strawberry Perl
+ # - "5.34"
142
+ # - "5.36"
143
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
144
needs: build
145
steps:
Changes
@@ -1,6 +1,7 @@
1
Revision history for HTTP-Message
2
3
{{$NEXT}}
4
+ - Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)
5
6
6.36 2022-01-05 14:39:42Z
7
- Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common
0 commit comments