Skip to content

Commit

Permalink
Extend CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ymeister committed Aug 7, 2024
1 parent e662643 commit 575af71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: github-action

on: [push, pull_request]
on: [push, pull_request]

jobs:
build:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2', '9.8.2', '9.10.1']
os: ['ubuntu-latest', 'macos-latest']
exclude:
# There are some linker warnings in 802 on darwin that
Expand Down

0 comments on commit 575af71

Please sign in to comment.