Skip to content

Commit

Permalink
add compatible schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjergus committed Mar 9, 2021
1 parent 82722ce commit 02d0194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__Private/is_compatible_schema_version.hack
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function is_compatible_schema_version(string $other_version): bool {

// Return true if $other_version is a subset of SCHEMA_VERSION
switch ($other_version) {
case '2021-03-08-0001': // identical to 2021-02-21-0001
case '2021-02-02-0001': // doesn't have readonly lambda param/return type
case '2021-02-01-0001': // identical to 2021-02-02-0001
case '2021-01-22-0001': // identical to 2021-02-02-0001 and 2021-02-01-0001
Expand Down

0 comments on commit 02d0194

Please sign in to comment.