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 b1f37d8 commit 96161c5
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 @@ -34,7 +34,7 @@ jobs:
# to install it but then (the script below) will also try
# to install it via apt-get which will fail.
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 @@ -45,7 +45,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 @@ -115,7 +115,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 bytestring-lexing.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.11.15
-- wren gayle romano <wren@cpan.org> ~ 2024-04-05
----------------------------------------------------------------

Name: bytestring-lexing
Version: 0.5.0.11
Version: 0.5.0.12
Build-Type: Simple
Stability: provisional
Homepage: https://wrengr.org/software/hackage.html
Expand Down Expand Up @@ -58,8 +58,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
Type: git
Expand Down

0 comments on commit 96161c5

Please sign in to comment.