Skip to content

Commit

Permalink
Added complete matrix for publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Sep 25, 2023
1 parent f68e622 commit 46b4902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.11.5"]
os_variant: ["slim-bookworm"]
poetry_version: ["1.6.1"]
python_version: ["3.9.18", "3.10.13", "3.11.5"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.4.2", "1.5.1", "1.6.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 46b4902

Please sign in to comment.