diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index ccfc6cc..3cd9e00 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ['3.10', '3.11'] rtpp-test-ver: ['production', 'debug'] - rtpp-branch: ['master', 'rtpp_2_1', 'rtpp_2_0'] + rtpp-branch: ['master', 'v3.0.1', 'rtpp_2_2_1', 'rtpp_2_1', 'rtpp_2_0'] steps: - uses: actions/checkout@v4