Skip to content

Commit

Permalink
2.11 leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Mar 4, 2025
1 parent e6b32d6 commit c73ab9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: lint
strategy:
matrix:
ckan-version: ['2.10']
ckan-version: ['2.11']
fail-fast: false

name: CKAN ${{ matrix.ckan-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ In order to support multiple versions of CKAN, or even upgrade to new versions
of CKAN, we support development and testing through the `CKAN_VERSION`
environment variable.

$ make CKAN_VERSION=2.10 test
$ make CKAN_VERSION=2.11 test

### Command line interface

Expand Down

0 comments on commit c73ab9f

Please sign in to comment.