mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Update test-versions.yml
This commit is contained in:
parent
5b134ac767
commit
05f9042e0e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test-versions.yml
vendored
8
.github/workflows/test-versions.yml
vendored
|
@ -10,18 +10,18 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo: ['0.49.2', '0.50', '0.60.0', '0.70.0', '0.80.0', '0.90.0', '0.91.0', '0.92.0']
|
hugo: ['0.106.0', '0.107.0', '0.108.0', '0.108.0', '0.110.0']
|
||||||
|
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: lts/*
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt install curl jq
|
sudo apt install curl jq
|
||||||
|
|
Loading…
Reference in a new issue