diff --git a/.github/workflows/build-prs.yml b/.github/workflows/build-prs.yml index 64bb9e1..1583e31 100644 --- a/.github/workflows/build-prs.yml +++ b/.github/workflows/build-prs.yml @@ -8,7 +8,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [1.13, 1.15, 1.16] + version: + - "1.19" + - "1.20" + - "1.21" steps: - uses: actions/checkout@v2 name: Checkout code