Skip to content

Commit f4c0958

Browse files
committed
Add GHC 9.12 to CI jobs
1 parent cfdb9c8 commit f4c0958

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
freebsd_instance:
2-
image_family: freebsd-14-0
2+
image_family: freebsd-14-2
33

44
task:
55
install_script: pkg install -y ghc hs-cabal-install git

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, macOS-latest, windows-latest]
19-
ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8.4', '8.8.2', '8.8.1', '8.6', '8.4']
19+
ghc: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8.4', '8.8.2', '8.8.1', '8.6', '8.4']
2020
exclude:
2121
- os: macos-latest
2222
ghc: '9.0'
@@ -88,7 +88,7 @@ jobs:
8888
arch: ['s390x', 'ppc64le', 'armv7', 'aarch64']
8989
steps:
9090
- uses: actions/checkout@v4
91-
- uses: uraimo/run-on-arch-action@v2
91+
- uses: uraimo/run-on-arch-action@v3
9292
timeout-minutes: 60
9393
with:
9494
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)