Skip to content

Commit 43a83f8

Browse files
Merge pull request #6 from casework/case-1.1.0-support
CASE 1.1.0 Workflow
2 parents 5945ba8 + 1084996 commit 43a83f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
python-version:
1919
- '3.7'
20-
- '3.10'
20+
- '3.11'
2121

2222
steps:
2323
# Checkout the repository for processing
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Test the output files to confirm they're both conformant to the CASE Ontology
5555
- name: CASE Validation
56-
uses: kchason/case-validation-action@v2.3
56+
uses: kchason/case-validation-action@v2.4
5757
with:
5858
case-path: ./output/
59-
case-version: "case-1.0.0"
59+
case-version: "case-1.1.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![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)
2+
![CASE Version](https://img.shields.io/badge/CASE%20Version-1.1.0-green)
23

34
# CASE Mapping Template Python
45
A template repository for adopters to create CASE mappings utilizing Python.

0 commit comments

Comments
 (0)