Commit Graph

12 Commits

Author SHA1 Message Date
Nebula Lavelle
111b11da2a Updates GitHub workflow
- Use `docker compose` instead of `docker-compose`.
- Use fixed Ubuntu GitHub runner version instead of latest
2024-08-09 19:47:42 -04:00
Trevis Elser
e1e34e7578 Ensure cabal is installed to fix pipeline 2024-05-24 09:47:15 -04:00
Trevis Elser
fe3d3762a8 Bump dependency bounds and update which GHC are tested with
- Bump upper bounds on containers and time as reported by cabal outdated
- Minor version bumps in the 9.4 and 9.6 series
- Updates nightly to the latest, adding 9.8.2 to versions tested with
- Updates the cabal file with GHC versions tested against
- Removes a redundant constraint caught by newer versions of GHC.
2024-04-06 05:51:10 -04:00
Paul Burns
855f92147e
Updates github workflow file 2024-02-29 11:24:13 -05:00
David Vollbracht
18c0992a1c Updates package name and version for Hackage release
We will release as `orville-postgresql` version `1.0.0.0`.
2023-10-08 07:42:00 -05:00
Paul Burns
95e86998c7
Set maximum number of parallel jobs to 5
We set the maximum number of parallel jobs to 5, to hopefully prevent
cryptographic hash errors.
2023-10-06 16:04:35 -04:00
Trevis Elser
4f5cbcf902 Update GHC tested with to 9.4.7 and 9.6.3 2023-10-01 22:19:18 -04:00
Trevis Elser
edcfd8f1a5 Updates the postgresql versions tested against.
Version 11 is no longer supported so the default for local is now 12.
Additionally version 16 has been released so be sure to test against that in CI.
2023-09-24 13:07:17 -04:00
Owen Graves
ffb02ee94f Log in to docker hub 2023-09-20 11:28:03 -05:00
Trevis Elser
ff0b43aa7c Fix 'cabal check' warnings
This adds a CI job that will let us know of future failures here as
well.

The constraints added are informed by what is on stackage for versions
we test against and 'cabal gen-bounds'.

Fixes #282
2023-08-01 14:09:23 -04:00
Paul Burns
fb7d143c91
Update GHC versions that we test and support
Drops support for GHC 8.8 and drops support for all but the latest versions
of GHC 8.10, 9.0, and 9.2. Adds support for GHC 9.4.5 and 9.6.2.
2023-07-10 08:27:31 -04:00
David Vollbracht
a4452516a0 Converts build to github actions 2023-05-17 14:21:23 -05:00