Skip to content

Commit

Permalink
Test only against Postgres 11 until tminglei#518 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed Jan 23, 2022
1 parent 454121e commit 30dd97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._


Expand Down

0 comments on commit 30dd97d

Please sign in to comment.