qpsmtpd/.github/workflows/ci.yml
Matt Simerson dfe319b82b
test 5.38, delete geoip 1 tests, disable geoip & dspam config (#325)
- ci: add testing on perl 5.38
- config: disable geoip & dspam
- test: remove Geo::IP (deprecated module) tests
2025-01-16 10:22:23 -08:00

35 lines
674 B
YAML

name: CI Tests
on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
perl-version:
- "5.16"
- "5.26"
- "5.38"
fail-fast: false
runs-on: ubuntu-latest
services:
redis:
image: redis
ports:
- 6379:6379
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 10
fetch-tags: true
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: cpanm --installdeps -n -f .
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis
- run: prove -lv t