diff --git a/.github/workflows/pinot_tests.yml b/.github/workflows/pinot_tests.yml index 2b97445d2b9a..ce170f31900a 100644 --- a/.github/workflows/pinot_tests.yml +++ b/.github/workflows/pinot_tests.yml @@ -267,7 +267,7 @@ jobs: matrix: test_suite: [ "compatibility-verifier/sample-test-suite" ] old_commit: [ - "release-0.12.1", "release-1.0.0", "master" + "release-0.12.1", "release-1.0.0", "release-1.1.0", "master" ] name: Pinot Compatibility Regression Testing against ${{ matrix.old_commit }} on ${{ matrix.test_suite }} steps: