Skip to content

Commit 9dd7250

Browse files
committed
Test with GHCs from 9.4 to 9.12
1 parent d4e43fb commit 9dd7250

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
ghc: ['9.8.2', '9.6.3', '9.4.7', '9.2.8', '9.0.2', '8.10.7']
16+
17+
GHC==9.12.2, GHC==9.10.2, GHC==9.8.4, GHC==9.6.7, GHC==9.4.8
18+
ghc: ['9.12.2', '9.10.2', '9.8.4', '9.6.7', '9.4.8']
1719
include:
1820
- os: windows-latest
1921
# Testing on MacOS is disabled until GitHub actions support 'allow-failure'

algebraic-graphs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage: https://github.com/snowleopard/alga
1212
bug-reports: https://github.com/snowleopard/alga/issues
1313
category: Algebra, Algorithms, Data Structures, Graphs
1414
build-type: Simple
15-
tested-with: GHC==9.8.2, GHC==9.6.3, GHC==9.4.7, GHC==9.2.8, GHC==9.0.2, GHC==8.10.7
15+
tested-with: GHC==9.12.2, GHC==9.10.2, GHC==9.8.4, GHC==9.6.7, GHC==9.4.8
1616
description:
1717
<https://github.com/snowleopard/alga Alga> is a library for algebraic construction and
1818
manipulation of graphs in Haskell. See <https://github.com/snowleopard/alga-paper this paper>

0 commit comments

Comments
 (0)