Skip to content

Commit

Permalink
Merge pull request #335 from TripShot/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
cydparser authored Jul 4, 2024
2 parents 64b0fb2 + fa9ea36 commit e84106a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
matrix:
os: [ubuntu-latest]
ghc:
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2"
- "9.4"
- "9.6"
- "9.8"
- "9.10"
include:
- { os: macOS-latest, ghc: "9.8" }
- { os: windows-latest, ghc: "9.8" }
- { os: macOS-latest, ghc: "9.10" }
- { os: windows-latest, ghc: "9.10" }

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions snap-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ bug-reports: https://github.com/snapframework/snap-core/issues
category: Web, Snap, IO-Streams

tested-with:
GHC == 8.8.4
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.4
GHC == 9.6.6
GHC == 9.8.2
GHC == 9.10.1

extra-source-files:
test/TestSuite.hs,
Expand Down

0 comments on commit e84106a

Please sign in to comment.