From 4e73d8b7beac9672464e816f42e7cb62d446aaa3 Mon Sep 17 00:00:00 2001 From: wren romano <2998727+wrengr@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:52:46 -0700 Subject: [PATCH] [CI] update `uses` versions --- .github/workflows/ci.yml | 6 +++--- prelude-safeenum.cabal | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef0a5da..01a844f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 }} @@ -89,7 +89,7 @@ jobs: # # See # 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 diff --git a/prelude-safeenum.cabal b/prelude-safeenum.cabal index 374fcee..d92ba89 100644 --- a/prelude-safeenum.cabal +++ b/prelude-safeenum.cabal @@ -6,11 +6,11 @@ Cabal-Version: 2.2 -- ---------------------------------------------------------------- --- wren gayle romano ~ 2023.03.19 +-- wren gayle romano ~ 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 @@ -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