Skip to content

Commit

Permalink
2.9 unsupported, update readme for validators
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Nov 8, 2024
1 parent 172c2c4 commit 5ce30cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
needs: lint
strategy:
matrix:
ckan-version: ["2.11", "2.10", "2.9"]
ckan-version: ["2.11", "2.10"]
fail-fast: false

name: CKAN ${{ matrix.ckan-version }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ Table of contents:
- [Dataset Schema Keys](#dataset-schema-keys)
- [`dataset_type`](#dataset_type)
- [`dataset_fields`, `resource_fields`](#dataset_fields-resource_fields)
- [`before_validators`, `after_validators`](#before_validators-after_validators)
- [Group / Organization Schema Keys](#group--organization-schema-keys)
- [`group_type`](#group_type)
- [`organization_type`](#organization_type)
- [`fields`](#fields)
- [`before_validators`, `after_validators`](#before_validators-after_validators-1)
- [Field Keys](#field-keys)
- [`field_name`](#field_name)
- [`label`](#label)
Expand Down

0 comments on commit 5ce30cf

Please sign in to comment.