Skip to content

Commit

Permalink
Update testing-dnstap.yml with unbound 1.22 (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Nov 15, 2024
1 parent e86a45a commit 3500b9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
strategy:
matrix:
config:
- { service: "unbound", version: "1.20.0", mode: "tcp" }
- { service: "unbound", version: "1.22.0", mode: "tcp" }
- { service: "unbound", version: "1.21.0", mode: "tcp" }
- { service: "coredns", version: "1.11.1", mode: "tcp" }
- { service: "coredns", version: "1.11.1", mode: "tls" }
- { service: "dnsdist", version: "19", mode: "tcp" }
Expand Down Expand Up @@ -111,4 +112,4 @@ jobs:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install dnstap_pb fstrm dnspython protobuf
python3 -m unittest tests.dnsquery_dnstap${{ matrix.config.mode }} -v
python3 -m unittest tests.dnsquery_dnstap${{ matrix.config.mode }} -v

0 comments on commit 3500b9e

Please sign in to comment.