Skip to content

Commit

Permalink
Add new pulp releasee to test matrix
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Mar 18, 2021
1 parent 56fe079 commit f9a6726
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ jobs:
fail-fast: false
matrix:
include:
- python: 3.9
image_tag: nightly
- python: 3.6
image_tag: latest
- python: 3.9
image_tag: 3.9
- python: 3.7
image_tag: 3.8
- python: 3.8
image_tag: 3.7
- python: "3.9"
image_tag: "nightly"
- python: "3.6"
image_tag: "3.11"
- python: "3.6"
image_tag: "3.10"
- python: "3.9"
image_tag: "3.9"
- python: "3.7"
image_tag: "3.8"
- python: "3.8"
image_tag: "3.7"
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
22 changes: 12 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ jobs:
fail-fast: false
matrix:
include:
- python: 3.9
image_tag: nightly
- python: 3.6
image_tag: latest
- python: 3.9
image_tag: 3.9
- python: 3.7
image_tag: 3.8
- python: 3.8
image_tag: 3.7
- python: "3.9"
image_tag: "nightly"
- python: "3.6"
image_tag: "3.11"
- python: "3.6"
image_tag: "3.10"
- python: "3.9"
image_tag: "3.9"
- python: "3.7"
image_tag: "3.8"
- python: "3.8"
image_tag: "3.7"
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit f9a6726

Please sign in to comment.