Skip to content

Commit

Permalink
[CI] update uses versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrengr committed Apr 6, 2024
1 parent 859ffde commit 4e73d8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# latest Cabal (3.4.0.0); they do *not* use the version of
# Cabal that originally shipped with the version of GHC.
os: [ubuntu-latest]
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.4', '9.4.4', '9.6.1']
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.4', '9.4.8', '9.6.4', '9.8.1']
include:
# This package has no build details specific to Win/Mac,
# so building for the latest GHC should be sufficient
Expand All @@ -40,7 +40,7 @@ jobs:
ghc: 'latest'
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2.4.7
- uses: haskell-actions/setup@v2.6.1
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
# # See <https://github.com/vmactions/freebsd-vm#under-the-hood>
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2.3.5
# - uses: actions/checkout@v4
# - name: Test
# id: build-freebsd
# uses: vmactions/freebsd-vm@v0.1.5
Expand Down
9 changes: 5 additions & 4 deletions prelude-safeenum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Cabal-Version: 2.2
-- <https://github.com/haskell/cabal/issues/4899>

----------------------------------------------------------------
-- wren gayle romano <wren@cpan.org> ~ 2023.03.19
-- wren gayle romano <wren@cpan.org> ~ 2024.04.05
----------------------------------------------------------------

Name: prelude-safeenum
Version: 0.1.1.6
Version: 0.1.1.7
Build-Type: Simple
Stability: provisional
Homepage: https://wrengr.org/software/hackage.html
Expand Down Expand Up @@ -48,8 +48,9 @@ Tested-With:
GHC ==8.10.3,
GHC ==9.0.1,
GHC ==9.2.4,
GHC ==9.4.4,
GHC ==9.6.1
GHC ==9.4.8,
GHC ==9.6.4,
GHC ==9.8.1

----------------------------------------------------------------
Source-Repository head
Expand Down

0 comments on commit 4e73d8b

Please sign in to comment.