Move to v3.22

This commit is contained in:
Antoine Martin 2025-06-08 23:48:25 +00:00
parent 222c727007
commit 4f5641710b

View file

@ -40,12 +40,12 @@ jobs:
name: cabalconfigedge name: cabalconfigedge
path: git-annex*.config path: git-annex*.config
cabal-config-v321: cabal-config-v321:
name: Generate cabal config for v3.21 name: Generate cabal config for v3.22
runs-on: x86_64 runs-on: x86_64
container: container:
image: alpine:3.21 image: alpine:3.22
env: env:
CI_ALPINE_TARGET_RELEASE: v3.21 CI_ALPINE_TARGET_RELEASE: v3.22
steps: steps:
- name: Environment setup - name: Environment setup
run: | run: |
@ -70,7 +70,7 @@ jobs:
upload-tarball: upload-tarball:
name: Upload to generic repo name: Upload to generic repo
runs-on: x86_64 runs-on: x86_64
needs: [cabal-config-edge,cabal-config-v321] needs: [cabal-config-edge,cabal-config-v322]
container: container:
image: alpine:latest image: alpine:latest
steps: steps: