Skip to content

Commit dddaf95

Browse files
committed
Bump to 9.2.7 in cirrus ci
1 parent 29aa2c4 commit dddaf95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.cirrus.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ build_task:
3030
- name: build-ghc-9.2.5
3131
env:
3232
GHC_VERSION: 9.2.5
33-
- name: build-ghc-9.2.6
33+
- name: build-ghc-9.2.7
3434
env:
35-
GHC_VERSION: 9.2.6
35+
GHC_VERSION: 9.2.7
3636
install_script: pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree
3737
script:
3838
- tzsetup Etc/GMT
@@ -49,7 +49,7 @@ bindist_task:
4949
- build-ghc-8.10.7
5050
- build-ghc-9.0.2
5151
- build-ghc-9.2.5
52-
- build-ghc-9.2.6
52+
- build-ghc-9.2.7
5353
timeout_in: 120m
5454
only_if: $CIRRUS_TAG != ''
5555
env:
@@ -76,9 +76,9 @@ bindist_task:
7676
- tar xvf binaries-9.2.5.tar.xz
7777
- rm -f binaries-9.2.5.tar.xz
7878

79-
- curl -o binaries-9.2.6.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.6/binaries/out.tar.xz
80-
- tar xvf binaries-9.2.6.tar.xz
81-
- rm -f binaries-9.2.6.tar.xz
79+
- curl -o binaries-9.2.7.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.7/binaries/out.tar.xz
80+
- tar xvf binaries-9.2.7.tar.xz
81+
- rm -f binaries-9.2.7.tar.xz
8282

8383
- bash .github/scripts/bindist.sh
8484
bindist_artifacts:

0 commit comments

Comments
 (0)