GHC 9.2 support (#304)

* Add GHC 9.2 to CI

* empty??
This commit is contained in:
Matt Parsons 2022-03-14 13:31:07 -06:00 committed by GitHub
parent 8f591832d9
commit f883262dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -32,8 +32,8 @@ jobs:
--health-retries=3 --health-retries=3
strategy: strategy:
matrix: matrix:
cabal: ["3.4"] cabal: ["3.6"]
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.1"] ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2"]
env: env:
CONFIG: "--enable-tests --enable-benchmarks " CONFIG: "--enable-tests --enable-benchmarks "
steps: steps:

View File

@ -1,4 +1,3 @@
3.5.3.1 3.5.3.1
======= =======
- @jappeace - @jappeace
@ -11,7 +10,7 @@
- [#291](https://github.com/bitemyapp/esqueleto/pull/291) - [#291](https://github.com/bitemyapp/esqueleto/pull/291)
- Added `ToAlias` and `ToAliasReference` instaces to the `:&` type, mirroring - Added `ToAlias` and `ToAliasReference` instaces to the `:&` type, mirroring
the tuple instances for the same classes. See [Issue #290](https://github.com/bitemyapp/esqueleto/issues/290) the tuple instances for the same classes. See [Issue #290](https://github.com/bitemyapp/esqueleto/issues/290)
for discussion. for discussion.
- @NikitaRazmakhnin - @NikitaRazmakhnin
- [#284](https://github.com/bitemyapp/esqueleto/pull/284) - [#284](https://github.com/bitemyapp/esqueleto/pull/284)
- Add PostgreSQL-specific support of VALUES(..) literals - Add PostgreSQL-specific support of VALUES(..) literals