Skip to content

Commit

Permalink
Reduced build matrix (#170)
Browse files Browse the repository at this point in the history
18 builds was a little excessive.
  • Loading branch information
freemanjp authored Nov 9, 2020
1 parent f1ed7a7 commit 8eb824e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
architecture:
- amd64
ansible-version:
- '2.8.16'
- '2.9.1'
molecule-scenario:
- centos-min
Expand All @@ -40,6 +39,9 @@ jobs:
- architecture: arm64
ansible-version: '2.9.1'
molecule-scenario: ubuntu-arm64v8
- architecture: amd64
ansible-version: '2.8.16'
molecule-scenario: default

env:
MOLECULEW_ANSIBLE: ${{ matrix.ansible-version }}
Expand Down

0 comments on commit 8eb824e

Please sign in to comment.