Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
test(MOLECULE): update asdf install versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Feb 15, 2023
1 parent 707dcaf commit bd7ffca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions molecule/kubectl/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ asdf_plugins:
- name: "kubectl"
repository: ""
versions:
- 1.13.2
global: 1.13.2
- 1.26.1
global: 1.26.1
4 changes: 2 additions & 2 deletions molecule/nodejs/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ asdf_plugins:
repository: ""
pre_install: "touch ~/pre_install_test"
versions:
- 14.0.0
global: 14.0.0
- 18.0.0
global: 18.0.0
4 changes: 2 additions & 2 deletions molecule/python/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asdf_plugins:
- name: "python"
repository: ""
versions:
- 3.9.1
- 3.9.16
environment:
test: value
global: 3.9.1
global: 3.9.16
4 changes: 2 additions & 2 deletions molecule/ruby/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asdf_plugins:
- name: "ruby"
repository: ""
versions:
- 2.6.6
- 2.6.8
environment:
test: value
global: 2.6.6
global: 2.6.8

0 comments on commit bd7ffca

Please sign in to comment.