Skip to content

Commit 71fc01b

Browse files
committed
As of 2022-06-06 5.32 is the latest Strawberry Perl
1 parent 22eec6f commit 71fc01b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ jobs:
137137
- "5.28"
138138
- "5.30"
139139
- "5.32"
140-
- "5.34"
141-
- "5.36"
140+
# As of 2022-06-06 5.32 is the latest Strawberry Perl
141+
# - "5.34"
142+
# - "5.36"
142143
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
143144
needs: build
144145
steps:

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for HTTP-Message
22

33
{{$NEXT}}
4+
- Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)
45

56
6.36 2022-01-05 14:39:42Z
67
- Fix examples in HTTP::Request::Common synopsis: HTTP::Request::Common

0 commit comments

Comments
 (0)