Skip to content

Commit 2b3260b

Browse files
committed
chore: test a newer version in CI
1 parent 59a7fe4 commit 2b3260b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/aio.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88
paths-ignore:
99
- '**.md'
10-
schedule:
11-
- cron: 0 0 * * 5
1210

1311
jobs:
1412
plugin_test:
@@ -23,7 +21,7 @@ jobs:
2321
uses: asdf-vm/actions/plugin-test@v1
2422
with:
2523
command: terraform-docs --version
26-
version: 0.10.1
24+
version: 0.14.1
2725

2826
lint_and_tests:
2927
runs-on: ubuntu-latest

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ This source code has been generated with :
2929
cookiecutter --overwrite-if-exists --directory plugins/terraform-docs --no-input https://github.com/looztra/cookiecutter-asdf-plugin
3030

3131
```
32-
33-

test/default.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
}
66

77
@test "can install 0.10.1" {
8-
asdf install terraform-docs 0.10.1
8+
asdf install terraform-docs 0.14.1
99
}

0 commit comments

Comments
 (0)