Skip to content

Commit

Permalink
scope out matrix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 27, 2023
1 parent bc198a1 commit db49a69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
# kind of a manual way of creating a testing matrix with a flexibility of selecting permuatations
# support matrix for ansible control node - https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#node-requirement-summary

defaults:
latest-2.13: &latest-2_13
ansible-core-version: "2.13.13"
runs-on: "ubuntu-22.04"

include:
- defaults:
latest-2.13: &latest-2_13
ansible-core-version: "2.13.13"
runs-on: "ubuntu-22.04"
# Python 3.8
- python-version: "3.8"
ansible-core-version: "2.12.10"
Expand Down

0 comments on commit db49a69

Please sign in to comment.