From ff88014c8ea2f6ab9ef63230a3684f167dc033b0 Mon Sep 17 00:00:00 2001 From: Keith Chason Date: Mon, 28 Nov 2022 17:08:57 +0000 Subject: [PATCH 1/2] CASE 1.1.0 CI and badge --- .github/workflows/cicd.yml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2ba2f11..c03c8c9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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. From 108499649eb1adbe2410b305d87707bbf7a8a7ff Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 28 Nov 2022 12:13:09 -0500 Subject: [PATCH 2/2] Expand tested Python to 3.11 Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c03c8c9..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