diff --git a/.github/workflows/compatibility-check.yml b/.github/workflows/compatibility-check.yml new file mode 100644 index 00000000..96e537df --- /dev/null +++ b/.github/workflows/compatibility-check.yml @@ -0,0 +1,17 @@ +name: Compatibility Check + +on: + pull_request: + types: [opened, reopened, synchronize, labeled, unlabeled] + branches: + - master + +jobs: + compatibility-check: + name: Verify Compatibility Review + runs-on: ubuntu-latest + steps: + - name: Check compatibility label + uses: Codeinwp/action-product-compat@v1 + with: + github-token: ${{ secrets.BOT_TOKEN }} \ No newline at end of file diff --git a/index.php b/index.php index 23d36b51..66954af0 100644 --- a/index.php +++ b/index.php @@ -163,7 +163,7 @@ function () { $compatibilities['VisualizerPRO'] = array( 'basefile' => defined( 'VISUALIZER_PRO_BASEFILE' ) ? VISUALIZER_PRO_BASEFILE : '', 'required' => '1.8', - 'tested_up' => '1.14', + 'tested_up' => '2.0', ); return $compatibilities; }