diff --git a/.github/workflows/build-prs.yml b/.github/workflows/build-prs.yml index 64bb9e1..9d07301 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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d6eb8c..8858aa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,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@v4 name: Checkout code