Skip to content

Commit 1e1d640

Browse files
committed
no more buster
1 parent a4abea4 commit 1e1d640

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
runs-on: ubuntu-latest
7070
container:
71-
image: perl:${{ matrix.perl-version }}-buster
71+
image: perl:${{ matrix.perl-version }}
7272

7373
env:
7474
AUTOMATED_TESTING: 1
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/cache@v4
8383
with:
8484
path: ~/.perl-cpm
85-
key: cpm-perl:${{ matrix.perl-version }}-buster
85+
key: cpm-perl:${{ matrix.perl-version }}
8686
- name: Setup local::lib
8787
run: |
8888
echo "$RUNNER_TEMP/perl5/bin" >> "$GITHUB_PATH"
@@ -126,7 +126,7 @@ jobs:
126126

127127
runs-on: ubuntu-latest
128128
container:
129-
image: perl:5.36-buster
129+
image: perl:5.36
130130

131131
env:
132132
AUTOMATED_TESTING: 1
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/cache@v4
140140
with:
141141
path: ~/.perl-cpm
142-
key: cpm-perl:5.36-buster
142+
key: cpm-perl:5.36
143143
- name: Setup local::lib
144144
run: |
145145
echo "$RUNNER_TEMP/perl5/bin" >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)