Skip to content

Commit 58757f7

Browse files
committed
[CI] update uses versions
1 parent 8128d94 commit 58757f7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# latest Cabal (3.4.0.0); they do *not* use the version of
3030
# Cabal that originally shipped with the version of GHC.
3131
os: [ubuntu-latest]
32-
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']
32+
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']
3333
include:
3434
# BUG(2021-10-24): Since this package does have Win/Mac-specific
3535
# build details, we should probably add more than just the
@@ -40,7 +40,7 @@ jobs:
4040
ghc: 'latest'
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: haskell/actions/setup@v2.4.7
43+
- uses: haskell-actions/setup@v2.6.1
4444
id: setup-haskell-cabal
4545
with:
4646
ghc-version: ${{ matrix.ghc }}
@@ -89,7 +89,7 @@ jobs:
8989
# # See <https://github.com/vmactions/freebsd-vm#under-the-hood>
9090
# runs-on: macos-latest
9191
# steps:
92-
# - uses: actions/checkout@v2.3.5
92+
# - uses: actions/checkout@v4
9393
# - name: Test
9494
# id: build-freebsd
9595
# uses: vmactions/[email protected]

logfloat.cabal

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Cabal-Version: 2.2
66
-- <https://github.com/haskell/cabal/issues/4899>
77

88
----------------------------------------------------------------
9-
-- wren gayle romano <[email protected]> ~ 2023.03.19
9+
-- wren gayle romano <[email protected]> ~ 2024.04.05
1010
----------------------------------------------------------------
1111

1212
Name: logfloat
13-
Version: 0.14.0
13+
Version: 0.14.0.1
1414
Build-Type: Simple
1515
Stability: experimental
1616
Homepage: https://wrengr.org/software/hackage.html
@@ -45,8 +45,9 @@ Tested-With:
4545
GHC ==8.10.3,
4646
GHC ==9.0.1,
4747
GHC ==9.2.4,
48-
GHC ==9.4.4,
49-
GHC ==9.6.1
48+
GHC ==9.4.8,
49+
GHC ==9.6.4,
50+
GHC ==9.8.1
5051

5152
----------------------------------------------------------------
5253
Source-Repository head

0 commit comments

Comments
 (0)