Skip to content

Commit 1855895

Browse files
committed
Added newer PostgreSQL and ActiveRecord 8 support.
1 parent 1e172ed commit 1855895

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test-postgresql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- { ruby: 3.2, postgresql: 14, active_record: '~> 7.0.0' }
1313
- { ruby: 3.3, postgresql: 14, active_record: '~> 7.2.0' }
1414
- { ruby: 3.4, postgresql: 14, active_record: '~> 7.2.0' }
15+
- { ruby: 3.4, postgresql: 15, active_record: '~> 8.0.2' }
16+
- { ruby: 3.4, postgresql: 16, active_record: '~> 8.0.2' }
17+
- { ruby: 3.4, postgresql: 17, active_record: '~> 8.0.2' }
1518
name: test (ruby=${{ matrix.entry.ruby }}, postgresql=${{ matrix.entry.postgresql }}, active_record=${{ matrix.entry.active_record }})
1619
steps:
1720
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [#175](https://github.com/slack-ruby/slack-ruby-bot-server/pull/175): Fix(activerecord): correctly check for database in rails 7.2+ - [@markokajzer](https://github.com/markokajzer).
77
* [#178](https://github.com/slack-ruby/slack-ruby-bot-server/pull/178): Add support for Mongoid 8 - [@dblock](https://github.com/dblock).
88
* [#178](https://github.com/slack-ruby/slack-ruby-bot-server/pull/178): Cursor-helper now requires mongoid-scroll 2.x - [@dblock](https://github.com/dblock).
9+
* [#178](https://github.com/slack-ruby/slack-ruby-bot-server/pull/178): Add support for ActiveRecord 8 - [@dblock](https://github.com/dblock).
910
* Your contribution here.
1011

1112
### 2.1.1 (2023/07/25)

0 commit comments

Comments
 (0)