Skip to content

Commit 6c52ff2

Browse files
authored
Add missing versions '3.1.2' and '3.2.0' (#1871)
1 parent 6cb55f5 commit 6c52ff2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Annotations/OpenApi.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ class OpenApi extends AbstractAnnotation
2323

2424
public const VERSION_3_1_0 = '3.1.0';
2525

26+
public const VERSION_3_2_0 = '3.2.0';
27+
2628
public const DEFAULT_VERSION = self::VERSION_3_0_0;
2729

2830
public const SUPPORTED_VERSIONS = [
2931
self::VERSION_3_0_0, '3.0.1', '3.0.2', '3.0.3', '3.0.4',
30-
self::VERSION_3_1_0, '3.1.1',
32+
self::VERSION_3_1_0, '3.1.1', '3.1.2',
33+
self::VERSION_3_2_0,
3134
];
3235

3336
/**

0 commit comments

Comments
 (0)