Skip to content

Commit

Permalink
tests/transform: Update version numbers
Browse files Browse the repository at this point in the history
These tests require an 8.0.x branch
  • Loading branch information
jlucovsky committed Nov 17, 2023
1 parent 0e5076a commit 01f2325
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/detect-to_lowercase-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
min-version: 8
pcap: false

exit-code: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-to_lowercase-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
min-version: 8
pcap: false

exit-code: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-to_uppercase-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
min-version: 8
pcap: false

exit-code: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-to_uppercase-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../bug-3616-ips/input.pcap

requires:
min-version: 7.0.3
min-version: 8
pcap: false

exit-code: 1
Expand Down

0 comments on commit 01f2325

Please sign in to comment.