We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893a9f1 commit ff0e335Copy full SHA for ff0e335
1 file changed
.github/workflows/testsuite.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v3
23
- name: perl -V
24
run: perl -V
25
- name: Install Dependencies
@@ -67,7 +67,7 @@ jobs:
67
image: perl:${{ matrix.perl-version }}
68
69
70
71
72
73
@@ -91,7 +91,7 @@ jobs:
91
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local
92
93
94
95
- name: Set up Perl
96
run: brew install perl
97
@@ -110,7 +110,7 @@ jobs:
110
runs-on: windows-latest
111
112
113
114
115
run: |
116
choco install strawberryperl
0 commit comments