Replace buildenv image with a container reference
All checks were successful
Build / audit (push) Successful in 7s
Build / test (push) Successful in 8m47s
Build / doc (push) Successful in 8m49s

This commit is contained in:
2026-02-17 19:49:06 +01:00
parent 6dc6229943
commit a188d8130f
3 changed files with 7 additions and 4 deletions

View File

@@ -9,13 +9,13 @@ on:
jobs: jobs:
audit: audit:
runs-on: buildenv container: buildenv:5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: hlint -- src tests - run: hlint -- src tests
test: test:
runs-on: buildenv container: buildenv:5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
@@ -25,7 +25,7 @@ jobs:
- run: cabal test --test-show-details=streaming - run: cabal test --test-show-details=streaming
doc: doc:
runs-on: buildenv container: buildenv:5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
release: release:
runs-on: buildenv container: buildenv:5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Upload a candidate - name: Upload a candidate

View File

@@ -6,6 +6,8 @@ The format is based on
and this project adheres to and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/). [Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
## [1.0.7.0] - 2026-01-25 ## [1.0.7.0] - 2026-01-25
### Removed ### Removed
- Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`). - Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`).
@@ -53,6 +55,7 @@ and this project adheres to
- JSON serialization. - JSON serialization.
- Test helpers. - Test helpers.
[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.7.0...master
[1.0.7.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...v1.0.7.0 [1.0.7.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...v1.0.7.0
[1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0 [1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0
[1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0 [1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0