Skip to content

Commit

Permalink
try some updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Nov 15, 2023
1 parent b9e26be commit 1c997f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v1"
- uses: "actions/checkout@v3"
- id: setup-haskell-cabal
uses: "haskell/actions/setup@v1.2"
uses: "haskell-actions/setup@v2"
with:
cabal-version: "${{ matrix.cabal }}"
enable-stack: false
Expand Down Expand Up @@ -33,10 +33,10 @@ jobs:
strategy:
matrix:
cabal:
- '3.4'
- '3.10'
ghc:
- '9.0.2'
- '8.10.4'
- '8.10.7'
- '8.8.4'
name: Haskell CI
on:
Expand Down

0 comments on commit 1c997f6

Please sign in to comment.