Skip to content

Commit

Permalink
update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Oct 10, 2023
1 parent 2a98419 commit 6f7e1b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
bench-dnstaptcp:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- uses: actions/checkout@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/testing-dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.21' ]
go-version: [ '1.21' ]
unbound: [ '1.17.0', '1.18.0' ]

mode: [ 'tcp' ]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/setup-python@v4
Expand All @@ -55,7 +55,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.21' ]
go-version: [ '1.21' ]
coredns: [ '1.10.1', '1.11.1' ]
mode: [ 'tcp' ]

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.21' ]
go-version: [ '1.21' ]
coredns: [ '1.11.1' ]
mode: [ 'tls' ]

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.21' ]
go-version: [ '1.21' ]
dnsdist: [ '17', '18', '19' ]

mode: [ 'dnstaptcp', 'dnstapunix' ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os-version: ['ubuntu-22.04', 'macos-latest' ]
go-version: ['1.20', '1.21']
go-version: ['1.19', '1.20', '1.21']
package: ['dnsutils', 'collectors', 'loggers', 'transformers', 'netlib']
exclude:
- os-version: macos-latest
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

strategy:
matrix:
go-version: ['1.20', '1.21']
go-version: ['1.21']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing-powerdns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.21' ]
go-version: [ '1.21' ]
dnsdist: [ '17', '18', '19' ]

steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.21' ]
go-version: [ '1.21' ]
recursor: [ '47', '48', '49' ]

steps:
Expand Down

0 comments on commit 6f7e1b2

Please sign in to comment.