Skip to content

Commit

Permalink
Add 4.2 to compat test
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Jun 13, 2024
1 parent e054dbd commit 39be8c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/backward_compatibility/test_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def delete_files(change_test_dir):
[
'v4',
'v4.0',
'v4.1'])
'v4.1',
'v4.2'])
def test_compatibility(tag, change_test_dir):
"""
Test that we still can analyze wanted versions without error
Expand Down

0 comments on commit 39be8c3

Please sign in to comment.