diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea0748e9..7810c1c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: java: [8, 11] scala: [2.11.12, 2.12.13, 2.13.5] - postgres: [11, 12, 13, 14] + postgres: [11] name: Test (Postgres ${{ matrix.postgres }} Scala ${{ matrix.scala }} Java ${{ matrix.java }}) runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index c5c6c70b..0e8a2fc2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Slick-pg - Pg_trgm -** _Tested on `PostgreSQL 11/12/13/14` with `Slick 3.3.3`._ +** _Tested on `PostgreSQL 11` with `Slick 3.3.3`._ ** _`Java 8`+ is required._