Skip to content

Commit 375a89e

Browse files
committed
Added support for PostgreSQL 14.
1 parent 1fed748 commit 375a89e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-postgresql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
entry:
1010
- { ruby: 2.6.2, postgresql: 11 }
1111
- { ruby: 3.1.1, postgresql: 11 }
12+
- { ruby: 3.1.1, postgresql: 14 }
1213
name: test (ruby=${{ matrix.entry.ruby }}, postgresql=${{ matrix.entry.postgresql }})
1314
steps:
1415
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* [#145](https://github.com/slack-ruby/slack-ruby-bot-server/pull/145): Added support for Ruby 3.1 - [@dblock](https://github.com/dblock).
66
* [#146](https://github.com/slack-ruby/slack-ruby-bot-server/pull/146): Added support for MongoDB 5.0 - [@dblock](https://github.com/dblock).
7+
* [#147](https://github.com/slack-ruby/slack-ruby-bot-server/pull/147): Added support for PostgreSQL 14 - [@dblock](https://github.com/dblock).
78
* Your contribution here.
89

910
#### 1.2.1 (2022/03/06)

0 commit comments

Comments
 (0)