We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4873694 commit b35f2c4Copy full SHA for b35f2c4
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
@@ -69,7 +69,7 @@ jobs:
69
image: perl:${{ matrix.perl-version }}
70
71
72
73
74
75
@@ -93,7 +93,7 @@ jobs:
93
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local
94
95
96
97
- name: Set up Perl
98
run: brew install perl
99
@@ -112,7 +112,7 @@ jobs:
112
runs-on: windows-latest
113
114
115
116
117
run: |
118
choco install strawberryperl
0 commit comments