summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-04-26 09:00:14 +0200
committerEugen Wissner <belka@caraus.de>2026-04-26 09:03:18 +0200
commita2a04b394b35b311655159fd8a2d9c31db93e579 (patch)
treef41e71b69fe2647face9b7e20390b6d8ff9aa24f /.gitea/workflows/build.yml
parent6fe46044a1cc446d79f6926a79b0df9a490bd87e (diff)
downloadgraphql-a2a04b394b35b311655159fd8a2d9c31db93e579.tar.gz
Update buildenv to 6
Diffstat (limited to '.gitea/workflows/build.yml')
-rw-r--r--.gitea/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 585d7f3..c243442 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -9,15 +9,15 @@ on:
jobs:
audit:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: hlint -- src tests
test:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Install dependencies
run: cabal update
- name: Prepare system
@@ -25,9 +25,9 @@ jobs:
- run: cabal test --test-show-details=streaming --enable-tests
doc:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Install dependencies
run: cabal update
- run: cabal haddock --enable-documentation