Skip to content

Commit

Permalink
Ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbarney committed Apr 18, 2022
1 parent 9dccbb2 commit 88a81c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@ jobs:
matrix:
include:
- base: alpine
gem: chef
gem: chef --version ~>
version: 15
tag: alpine-15
- base: alpine
gem: chef
gem: chef --version ~>
version: 16
tag: alpine-16
- base: alpine
gem: knife
gem: knife --version ~>
version: 17
tag: alpine-17
- base: alpine
gem: knife
version: ""
tag: alpine-latest
- base: ruby
gem: chef
gem: chef --version ~>
version: 15
tag: ruby-15
- base: ruby
gem: chef
gem: chef --version ~>
version: 16
tag: ruby-16
- base: ruby
gem: knife
gem: knife --version ~>
version: 17
tag: ruby-17
- base: ruby
gem: knife
gem: knife --version ~>
version: ""
tag: latest

Expand Down

0 comments on commit 88a81c2

Please sign in to comment.