workflows: Replace 21.05 with 22.05

main
Janne Heß 2 years ago
parent 3673f148b3
commit e728029b30
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 8
      .github/workflows/periodic-merge-24h.yml

@ -28,14 +28,14 @@ jobs:
pairs:
- from: master
into: haskell-updates
- from: release-21.05
into: staging-next-21.05
- from: staging-next-21.05
into: staging-21.05
- from: release-21.11
into: staging-next-21.11
- from: staging-next-21.11
into: staging-21.11
- from: release-22.05
into: staging-next-22.05
- from: staging-next-22.05
into: staging-22.05
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save