diff --git a/README.md b/README.md index 495ce80..980bf11 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Sagan is aimed to help solutions implementing polyglot persistence. [![Markdown Lint](https://github.com/ba-st/Sagan/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/Sagan/actions/workflows/markdown-lint.yml) [![GitHub release](https://img.shields.io/github/release/ba-st/Sagan.svg)](https://github.com/ba-st/Sagan/releases/latest) -[![Pharo 8.0](https://img.shields.io/badge/Pharo-8.0-informational)](https://pharo.org) [![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org) [![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org) @@ -33,17 +32,17 @@ Quick links Sagan is tested against the following backends: -| Pharo | | 8.0 - 64 bits | 9.0 - 64 bits | 10 - 64 bits | -| ----------- | --- | -------------- | ------------- | ------------ | -| **PostgreSQL** | 9.4 | ✔️ | ✔️ | ✔️ | -| | 9.5 | ✔️ | ✔️ | ✔️ | -| | 9.6 | ✔️ | ✔️ | ✔️ | -| | 10 | ✔️ | ✔️ | ✔️ | -| | 11 | ✔️ | ✔️ | ✔️ | -| | 12 | ✔️ | ✔️ | ✔️ | -| | 13 | ✔️ | ✔️ | ✔️ | -| | 14 | ✔️ | ✔️ | ✔️ | -| **SQLite** | 3 | ✔️ | ✔️ | ✔️ | +| Pharo | | 9.0 - 64 bits | 10 - 64 bits | +| ----------- | --- | -------------- | ------------- | +| **PostgreSQL** | 9.4 | ✔️ | ✔️ | +| | 9.5 | ✔️ | ✔️ | +| | 9.6 | ✔️ | ✔️ | +| | 10 | ✔️ | ✔️ | +| | 11 | ✔️ | ✔️ | +| | 12 | ✔️ | ✔️ | +| | 13 | ✔️ | ✔️ | +| | 14 | ✔️ | ✔️ | +| **SQLite** | 3 | ✔️ | ✔️ | ## Installation