Skip to content

Commit 7efb15a

Browse files
committed
[test-behaviour.sh] Add macOS 26 to expected supported version.
1 parent 2137888 commit 7efb15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-behaviour.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ do
108108
fi
109109
done
110110

111-
for version in "11.0" "12.1" "14.2.1"
111+
for version in "11.0" "12.1" "14.2.1" "26"
112112
do
113113
echo -e "\nTest that --macOS ${version} is accepted without warning"
114114
if (cargo run -- --macOS ${version} ./examples/src/apple.png 2>&1 | grep "Warning: Unknown macOS version specified\.")

0 commit comments

Comments
 (0)