mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-06 13:48:55 -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:
|
||||
matrix:
|
||||
perl-version:
|
||||
- '5.8'
|
||||
- '5.10'
|
||||
- '5.18'
|
||||
- '5.20'
|
||||
- '5.8-buster'
|
||||
- '5.10-buster'
|
||||
- '5.18-buster'
|
||||
- '5.20-buster'
|
||||
- '5.26'
|
||||
- 'latest'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue