Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Jun 20, 2021
1 parent 9f4ef9a commit 007fbc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@ on:

jobs:
build:
name: ghc ${{ matrix.ghc }}
runs-on: ubuntu-16.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
cabal: ["3.2.0.0", "3.4.0.0"]
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.4"
- "9.0.1"
ghc: ["8.6.5", "8.8.3", "8.10.5", "9.0.1"]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down
8 changes: 2 additions & 6 deletions uusi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ extra-doc-files:
README.md

tested-with:
GHC ==8.8.2
GHC ==8.6.5
|| ==8.8.3
|| ==8.8.4
|| ==8.10.1
|| ==8.10.2
|| ==8.10.3
|| ==8.10.4
|| ==8.10.5
|| ==9.0.1

source-repository head
Expand Down

0 comments on commit 007fbc7

Please sign in to comment.