Skip to content

Commit 1a3cfa4

Browse files
committed
Update CI
1 parent 721ce85 commit 1a3cfa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cirrus.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
freebsd_instance:
2-
image_family: freebsd-13-1
2+
image_family: freebsd-14-0
33

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

.github/workflows/ci.yaml

+1-1
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.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.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'

bitvec.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ category: Data, Bit Vectors
5151
author: Andrew Lelechenko <[email protected]>,
5252
James Cook <[email protected]>
5353

54-
tested-with: GHC ==8.4.4 GHC ==8.6.5 GHC ==8.8.1 GHC ==8.8.2 GHC ==8.8.4 GHC ==8.10.7 GHC ==9.0.2 GHC ==9.2.7 GHC ==9.4.4 GHC ==9.6.1
54+
tested-with: GHC ==8.4.4 GHC ==8.6.5 GHC ==8.8.1 GHC ==8.8.2 GHC ==8.8.4 GHC ==8.10.7 GHC ==9.0.2 GHC ==9.2.8 GHC ==9.4.8 GHC ==9.6.6 GHC ==9.8.2 GHC ==9.10.1
5555
extra-doc-files:
5656
changelog.md
5757
README.md

0 commit comments

Comments
 (0)