Skip to content

Commit

Permalink
Merge pull request #96 from snok/test-matrix
Browse files Browse the repository at this point in the history
Update Python and Poetry test matrix versions
  • Loading branch information
sondrelg committed Oct 11, 2022
2 parents e3dbfd3 + 4330fd0 commit ba7d59d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -8,13 +8,13 @@ on: pull_request

env:
# JSON variables (used in our strategy/matrix)
SUPPORTED_POETRY_VERSIONS: '\"poetry-version\":[\"1.1.14\", \"1.2.1\"]'
SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.10\", \"3.11.0-rc.1\"]'
SUPPORTED_POETRY_VERSIONS: '\"poetry-version\":[\"1.1.14\", \"1.2.2\"]'
SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.8\", \"3.9\", \"3.10\", \"3.11.0-rc.2\"]'
SUPPORTED_OPERATING_SYSTEMS: '\"os\":[\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"]'

# Normal variables (used in steps/*)
LATEST_PYTHON: "3.10"
LATEST_POETRY: "1.2.1"
LATEST_POETRY: "1.2.2"

jobs:
# The set-env job translates our json variables to a format we
Expand Down

0 comments on commit ba7d59d

Please sign in to comment.