Skip to content

Commit

Permalink
Decrease minimum support versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Oct 14, 2024
1 parent aa6b8e5 commit a06b11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fresh-to-vercel-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# 0.120.0 "minVersion"
# 0.110.0 "minVersion" (that is tested)
# 0.135.0 "justAVersion"
# latest "latest"
hugo: ['0.120.0', '0.135.0', 'latest']
hugo: ['0.110.0', '0.135.0', 'latest']

steps:
- name: Checkout
Expand Down

0 comments on commit a06b11a

Please sign in to comment.