1
0
Fork 0
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:
Kenichi Ishigaki 2024-09-17 22:43:35 +09:00
parent fb80b73a8a
commit 29167a0d65

View file

@ -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'