Skip to content

Commit 1fec7b9

Browse files
authored
Bumping default version of backwards compatibility validator (#1387)
This bumps the default version of the backwards compatibility version to `>=0.10.0`.
1 parent 33c5c9b commit 1fec7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.11'
2424

2525
- name: Install validator
26-
run: python -m pip install "ocsf-lib>=${{ vars.COMPATIBILITY_VALIDATOR_VERSION || '0.8,<0.9' }}"
26+
run: python -m pip install "ocsf-lib>=${{ vars.COMPATIBILITY_VALIDATOR_VERSION || '0.10.0' }}"
2727

2828
- name: Run validator
2929
shell: bash

0 commit comments

Comments
 (0)