Skip to content

Commit

Permalink
Update environment variable for compatibility validation to 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Radka <[email protected]>
  • Loading branch information
mikeradka committed Feb 3, 2025
1 parent af8a2b8 commit 682e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Run validator
shell: bash
run: export FORCE_COLOR=1 && python -m ocsf.validate.compatibility ${{ vars.LATEST_STABLE || '1.3.0' }} .
run: export FORCE_COLOR=1 && python -m ocsf.validate.compatibility ${{ vars.LATEST_STABLE || '1.4.0' }} .
# with:
#repository: ocsf/ocsf-schema
#path: schema

0 comments on commit 682e3ef

Please sign in to comment.