Skip to content

Commit

Permalink
Bump tests to run against 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 13, 2024
1 parent 9a47001 commit 7c7c341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [run-all-workflow-tests-command]
env:
GALAXY_FORK: galaxyproject
GALAXY_BRANCH: release_24.0
GALAXY_BRANCH: release_24.1
MAX_CHUNKS: 40
jobs:
setup:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version-list: "[\"3.11\"]"
max-chunks: 4
galaxy-fork: galaxyproject
galaxy-branch: release_24.0
galaxy-branch: release_24.1

# Planemo lint the changed repositories
lint:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
python-version-list: "[\"3.11\"]"
repository-list: ${{ needs.setup.outputs.repository-list }}
galaxy-fork: galaxyproject
galaxy-branch: release_24.0
galaxy-branch: release_24.1
check-outputs: false

combine_outputs:
Expand Down

0 comments on commit 7c7c341

Please sign in to comment.