Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Sep 20, 2023
1 parent a001884 commit f43ea6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

strategy:
matrix:
dnsdist: [ "dnsdist-16", "dnsdist-17", "dnsdist-18" ]
dnsdist: [ "dnsdist-16", "dnsdist-17", "dnsdist-18", "dnsdist-19" ]
python: [ "3.8", "3.9", "3.10", "3.11" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python}}
Expand Down

0 comments on commit f43ea6a

Please sign in to comment.