Skip to content

Commit d8b257f

Browse files
committed
Add codename again
1 parent cb9fdcb commit d8b257f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14+
codename:
15+
- buster
1416
perl-version:
1517
- '5.16'
1618
- '5.18'
1719
- '5.20'
1820
- '5.22'
1921
- '5.30'
2022
container:
21-
image: perl:${{ matrix.perl-version }}
23+
image: perl:${{ matrix.perl-version }}-${{ matrix.codename }}
2224
services:
2325
postgres:
2426
image: postgres

0 commit comments

Comments
 (0)