Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gromakovsky committed Jan 17, 2024
1 parent 8a3cdfb commit e468bf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- "9.2.8"
- "9.4.5"
- "9.6.3"
# Use only the latest compiler on non-Linux
- "9.8.1"
# Use only the "main" (usually latest) compiler version on non-Linux
exclude:
- os: macOS-latest
ghc: 9.8.1
- os: macOS-latest
ghc: 9.4.5
- os: macOS-latest
Expand All @@ -50,6 +53,8 @@ jobs:
ghc: 9.0.2
- os: macOS-latest
ghc: 8.10.7
- os: windows-latest
ghc: 9.8.1
- os: windows-latest
ghc: 9.4.5
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion universum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ library
, stm
-- Make sure that "toString-toText-rewritting" note
-- is still valid when bumping this constraint.
, text >= 1.0.0.0 && <= 2.0.2
, text >= 1.0.0.0 && <= 2.1
, transformers
, unordered-containers
, utf8-string
Expand Down

0 comments on commit e468bf2

Please sign in to comment.