mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Use buster images for older perls
This commit is contained in:
parent
fb80b73a8a
commit
29167a0d65
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
perl-version:
|
perl-version:
|
||||||
- '5.8'
|
- '5.8-buster'
|
||||||
- '5.10'
|
- '5.10-buster'
|
||||||
- '5.18'
|
- '5.18-buster'
|
||||||
- '5.20'
|
- '5.20-buster'
|
||||||
- '5.26'
|
- '5.26'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue