add 1.19.x versions to test config

This commit is contained in:
Evan Culver 2021-09-22 09:30:45 -07:00
parent 080e8d2c90
commit 4d222cfcd0
No known key found for this signature in database
GPG Key ID: 3BBE9838C95315C7
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ func TestDetermineSupportedProxyFeaturesFromString(t *testing.T) {
"1.16.0", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5",
"1.17.0", "1.17.1", "1.17.2", "1.17.3", "1.17.4",
"1.18.0", "1.18.1", "1.18.2", "1.18.3", "1.18.4",
"1.19.0", "1.19.1",
} {
cases[v] = testcase{expect: supportedProxyFeatures{}}
}