Skip to content

Commit

Permalink
Test RFC7118 branch of sippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 11, 2024
1 parent 0e9197e commit e5c71ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
jobs:
# Alice->OpenSIPS->Bob
opensips:
if: false
runs-on: ${{ matrix.os }}
env:
MM_TYPE: opensips
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
# Alice->OpenSIPS(RFC8760)->Bob
opensips_rfc8760:
if: false
runs-on: ${{ matrix.os }}
env:
MM_TYPE: opensips
Expand Down Expand Up @@ -143,7 +145,7 @@ jobs:

strategy:
matrix:
mm-branch: ['master', 'PRACK']
mm-branch: ['master', 'RFC7118']
rtppc-type: ['unix', 'cunix', 'udp', 'udp6', 'tcp', 'tcp6']
python-version: ['3.8', '3.9', '3.10', '3.11']

Expand Down Expand Up @@ -176,6 +178,7 @@ jobs:
# Alice->Sippy GO B2B->Bob
sippy_go_b2bua:
if: false
runs-on: ubuntu-latest
env:
MM_TYPE: go-b2bua
Expand Down Expand Up @@ -220,6 +223,7 @@ jobs:
# Alice->Kamailio->Bob
kamailio:
if: false
runs-on: ubuntu-latest
env:
MM_TYPE: kamailio
Expand Down

0 comments on commit e5c71ec

Please sign in to comment.