diff --git a/.github/workflows/sync_branches.yml b/.github/workflows/sync_branches.yml index b53b700bbb929..65eb7fd648c54 100644 --- a/.github/workflows/sync_branches.yml +++ b/.github/workflows/sync_branches.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ODOO_VERSION: ["12.0", "13.0", "14.0", "15.0"] + ODOO_VERSION: ["12.0", "13.0", "14.0", "15.0", "16.0"] steps: - name: Checkout glodouk/odoo@${{ matrix.ODOO_VERSION }}