Skip to content

Commit

Permalink
Update readme.md (Homebrew#76382)
Browse files Browse the repository at this point in the history
  • Loading branch information
core-code committed Jan 31, 2020
1 parent 7f267f2 commit 9982e07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/cask_language_reference/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ if MacOS.version <= :mavericks # symbolic name
if MacOS.version <= '10.9' # version string
```

The available symbols for macOS versions are: `:mavericks`, `:yosemite`, `:el_capitan`, `:sierra`, `:high_sierra`, and `:mojave`. The corresponding numeric version strings should be given as major releases containing a single dot.
The available symbols for macOS versions are: `:mavericks`, `:yosemite`, `:el_capitan`, `:sierra`, `:high_sierra`, `:mojave`, and `:catalina`. The corresponding numeric version strings should be given as major releases containing a single dot.

Note that in the official Homebrew Cask repositories only the symbolic names are allowed. The numeric comparison may only be used for third-party taps.


### Always Fall Through to the Newest Case

Expand Down

0 comments on commit 9982e07

Please sign in to comment.