diff --git a/.github/workflows/fresh-to-vercel-pr.yml b/.github/workflows/fresh-to-vercel-pr.yml index 488312bf..7b9af7fe 100644 --- a/.github/workflows/fresh-to-vercel-pr.yml +++ b/.github/workflows/fresh-to-vercel-pr.yml @@ -6,6 +6,9 @@ on: jobs: createExampleAndDeployToArtifacts: runs-on: ubuntu-latest + strategy: + matrix: + hugo: ['0.120.0', '0.135.0', 'latest'] steps: - name: Checkout uses: actions/checkout@v4 @@ -13,7 +16,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.120.0' + hugo-version: ${{ matrix.hugo }} extended: true - name: Build with Hugo on PR