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