diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2ba2f11..e073164 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: - '3.7' - - '3.10' + - '3.11' steps: # Checkout the repository for processing @@ -53,7 +53,7 @@ jobs: # Test the output files to confirm they're both conformant to the CASE Ontology - name: CASE Validation - uses: kchason/case-validation-action@v2.3 + uses: kchason/case-validation-action@v2.4 with: case-path: ./output/ - case-version: "case-1.0.0" + case-version: "case-1.1.0" diff --git a/README.md b/README.md index d93ab7e..ae0d3a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Continuous Integration](https://github.com/casework/CASE-Mapping-Template-Python/actions/workflows/cicd.yml/badge.svg)](https://github.com/casework/CASE-Mapping-Template-Python/actions/workflows/cicd.yml) +![CASE Version](https://img.shields.io/badge/CASE%20Version-1.1.0-green) # CASE Mapping Template Python A template repository for adopters to create CASE mappings utilizing Python.