Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Feb 9, 2024
1 parent d7023c6 commit 0496c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cabal: ["3.0"]
cabal: ["3.10"]
ghc:
- "8.2.2"
- "8.2"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cabal: ["3.0"]
cabal: ["3.10"]
ghc:
- "8.2.2"
- "8.2"

steps:
- uses: mstksg/get-package@v1
Expand Down

0 comments on commit 0496c2d

Please sign in to comment.