diff --git a/.github/workflows/tests-integration.yaml b/.github/workflows/tests-integration.yaml index 9e79597..ef98c93 100644 --- a/.github/workflows/tests-integration.yaml +++ b/.github/workflows/tests-integration.yaml @@ -26,7 +26,7 @@ jobs: max-parallel: 1 matrix: python-version: [3.8.14,3.9.15,3.10.8] - toolbox-image-tag: ['1.3.5-0.1.15'] + toolbox-image-tag: ['1.3.5-0.1.15', '1.5.0-0.1.15', '1.6.0-0.1.15'] steps: - name: Checkout base branch uses: actions/checkout@v3