Skip to content

Commit

Permalink
Add 23,2, drop 22.2
Browse files Browse the repository at this point in the history
This PR removes support for 22.2 and adds support for 23.2.
  • Loading branch information
rail committed Jun 3, 2024
1 parent 4202482 commit 8c29bd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- macos-latest-xlarge # arm64
product:
- cockroach
- cockroach@22.2
- cockroach@23.1
- cockroach@23.2
- cockroach-sql
- ccloud
name: ${{ matrix.product }} formula tests (${{ matrix.os }})
Expand Down
12 changes: 6 additions & 6 deletions Formula/cockroach@22.2.rb → Formula/cockroach@23.2.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Auto-generated file, DO NOT EDIT
# Source: release/cockroach-tmpl.rb

class CockroachAT222 < Formula
class CockroachAT232 < Formula
desc "Distributed SQL database"
homepage "https://www.cockroachlabs.com"
version "22.2.19"
version "23.2.5"
on_macos do
on_intel do
url "https://binaries.cockroachdb.com/cockroach-v22.2.19.darwin-10.9-amd64.tgz"
sha256 "79fb1669678b802ae891ec3e005efa801c0f970fec4eb6af7ac89cdb6b991b42"
url "https://binaries.cockroachdb.com/cockroach-v23.2.5.darwin-10.9-amd64.tgz"
sha256 "df4126568c3bded296d61e4fba5ee14f0ac3029dff25ba82d55c5580d04f5408"
end
on_arm do
url "https://binaries.cockroachdb.com/cockroach-v22.2.19.darwin-11.0-arm64.tgz"
sha256 "d79ed93a0a20bf9f9f9a4ac9906f158d6212871101753cd23ede724deea30b8a"
url "https://binaries.cockroachdb.com/cockroach-v23.2.5.darwin-11.0-arm64.tgz"
sha256 "1f213ef13a565bf0e4f5cab0b957fcb34584c4561a46f1af014bd4dc2d8449c1"
end
end

Expand Down

0 comments on commit 8c29bd5

Please sign in to comment.