Skip to content

Commit 30a7d26

Browse files
committed
Correct minimum MySQL version in README
The minimum tested MySQL version is 8.4, but the README incorrectly stated that it was 8.0. Closes #1323
1 parent e1a2060 commit 30a7d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Oban requires:
169169

170170
* Elixir 1.15+
171171
* Erlang 24+
172-
* PostgreSQL 12.0+, MySQL 8.0+, or SQLite3 3.37.0+
172+
* PostgreSQL 12.0+, MySQL 8.4+, or SQLite3 3.37.0+
173173

174174
## Installation
175175

0 commit comments

Comments
 (0)