Skip to content

Commit

Permalink
Testing new matrix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjosephmckeon committed Feb 6, 2024
1 parent 0caa736 commit 54bc62a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build.yaml@main
uses: byteverse/.github/.github/workflows/build-matrix.yaml@matrix
secrets: inherit
with:
release: false
cabal-file: contiguous.cabal
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Test
Copyright Andrew Martin (c) 2018

All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions contiguous.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ description:
unified interface to working with `Array`, `SmallArray`,
`PrimArray`, and `UnliftedArray`.

tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1

common build-settings
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
Expand Down

0 comments on commit 54bc62a

Please sign in to comment.