Skip to content

Commit

Permalink
Added PR compatability test against release 1.1.0 (apache#12921)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhioncbr authored Apr 15, 2024
1 parent 4040a19 commit 848fe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pinot_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 848fe9c

Please sign in to comment.