diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f87559f..8fd6b3ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/README.md b/README.md index 7fe2316b..54f13da9 100644 --- a/README.md +++ b/README.md @@ -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)