Skip to content

Commit

Permalink
Fixup?
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 11, 2024
1 parent 062a3c9 commit 4de8764
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,76 +29,61 @@ jobs:
strategy:
fail-fast: false
matrix:
tox_env: [py38]
include:
- os: ubuntu-latest
tox_env: py38
galaxy_version: dev
galaxy_python_version: '3.8'
- os: ubuntu-latest
tox_env: py38
galaxy_version: release_24.1
galaxy_python_version: '3.8'
- os: ubuntu-latest
tox_env: py38
galaxy_version: release_24.0
galaxy_python_version: '3.8'
# Python 3.7 is not available via setup-python on ubuntu >=24.04
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_23.2
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_23.1
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_23.0
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_22.05
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_22.01
galaxy_python_version: '3.7'
# The minimum Python supported version by the following releases is
# 3.6, but it is EOL
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_21.09
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_21.05
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_21.01
galaxy_python_version: '3.7'
# The minimum Python supported version by the following releases is
# 3.5, but it is EOL
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_20.09
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_20.05
galaxy_python_version: '3.7'
# The minimum Python supported version by the following releases is
# 2.7, but it is EOL
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_20.01
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_19.09
galaxy_python_version: '3.7'
- os: ubuntu-22.04
tox_env: py38
galaxy_version: release_19.05
galaxy_python_version: '3.7'
- os: ubuntu-latest
Expand All @@ -108,7 +93,6 @@ jobs:
# Cannot test on macOS because service containers are not supported
# yet: https://github.community/t/github-actions-services-available-on-others-vms/16916
# - os: macos-latest
# tox_env: py38
# galaxy_version: dev
# galaxy_python_version: '3.8'
steps:
Expand Down

0 comments on commit 4de8764

Please sign in to comment.