Skip to content

Commit f42dda3

Browse files
authored
Update soundness.sh to support 2024 and 2025 (swift-server#335)
1 parent 35e0919 commit f42dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/soundness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1919

2020
function replace_acceptable_years() {
2121
# this needs to replace all acceptable forms with 'YEARS'
22-
sed -e 's/20[12][78901]-20[12][89012]/YEARS/' -e 's/201[789]/YEARS/' -e 's/202[012]/YEARS/'
22+
sed -e 's/20[12][78901]-20[12][89012345]/YEARS/' -e 's/201[789]/YEARS/' -e 's/202[012345]/YEARS/'
2323
}
2424

2525
printf "=> Checking for unacceptable language... "

0 commit comments

Comments
 (0)