Skip to content

Commit

Permalink
Update GA test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Aug 5, 2024
1 parent c2194d1 commit 66dee92
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,69 +31,75 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python: '3.9'
tox_env: 'py39-test-alldeps'
python: '3.10'
tox_env: 'py310-test-alldeps'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.10'
tox_env: 'py310-test-alldeps'
python: '3.11'
tox_env: 'py311-test-alldeps'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
tox_env: 'py311-test-alldeps-cov'
python: '3.12'
tox_env: 'py312-test-alldeps-cov'
toxposargs: --remote-data=any
allow_failure: false
prefix: ''

- os: macos-latest
python: '3.11'
tox_env: 'py311-test-alldeps'
python: '3.12'
tox_env: 'py312-test-alldeps'
allow_failure: false
prefix: ''

- os: macos-14
python: '3.12'
tox_env: 'py312-test-alldeps'
allow_failure: false
prefix: 'M1'

- os: windows-latest
python: '3.11'
tox_env: 'py311-test-alldeps'
python: '3.12'
tox_env: 'py312-test-alldeps'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
tox_env: 'py311-test'
python: '3.12'
tox_env: 'py312-test'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
python: '3.12'
tox_env: 'linkcheck'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
python: '3.12'
tox_env: 'codestyle'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
python: '3.12'
tox_env: 'pep517'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.11'
python: '3.12'
tox_env: 'bandit'
allow_failure: false
prefix: ''

- os: ubuntu-latest
python: '3.9'
tox_env: 'py39-test-oldestdeps'
python: '3.10'
tox_env: 'py310-test-oldestdeps'
allow_failure: false
prefix: ''

Expand Down

0 comments on commit 66dee92

Please sign in to comment.