We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a2f5d commit 094f75fCopy full SHA for 094f75f
.github/workflows/ci.yml
@@ -30,19 +30,13 @@ jobs:
30
matrix:
31
32
# OS environments under which the job runs.
33
- runner: [ubuntu-latest, macos-latest, windows-latest]
+ runner: [windows-latest]
34
# Version of Perl to run. This specifies the most-recent Perl 5.
35
perl: [ '5' ]
36
37
# Add minimum Perl versions, which differ among operating
38
# systems
39
include:
40
- - runner: ubuntu-latest
41
- # v5.8.8 is the earliest known to work
42
- perl: '5.8.8'
43
- - runner: macos-latest
44
45
46
- runner: windows-latest
47
# v5.26.0 is the earliest known to work
48
perl: '5.26.0'
0 commit comments