Skip to content

Commit

Permalink
Merge pull request #120 from jhrcek/jhrcek/ci
Browse files Browse the repository at this point in the history
Add ci badge to readme, bump ghc versions in CI
  • Loading branch information
byorgey committed Aug 1, 2023
2 parents c56dbd2 + 00ad52b commit f699410
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.16.1
# version: 0.16.6
#
# REGENDATA ("0.16.1",["github","diagrams-svg.cabal"])
# REGENDATA ("0.16.6",["github","diagrams-svg.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -28,19 +28,19 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.1
- compiler: ghc-9.6.2
compilerKind: ghc
compilerVersion: 9.6.1
compilerVersion: 9.6.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.1
- compiler: ghc-9.4.5
compilerKind: ghc
compilerVersion: 9.4.1
compilerVersion: 9.4.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.4
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.4
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diagrams-svg [![Hackage](https://img.shields.io/hackage/v/diagrams-svg.svg?style=flat)](https://hackage.haskell.org/package/diagrams-svg) [![Build Status](https://travis-ci.org/diagrams/diagrams-svg.svg?branch=master)](http://travis-ci.org/diagrams/diagrams-svg)
diagrams-svg [![Hackage](https://img.shields.io/hackage/v/diagrams-svg.svg?style=flat)](https://hackage.haskell.org/package/diagrams-svg) [![Build Status](https://github.com/diagrams/diagrams-svg/actions/workflows/haskell-ci.yml/badge.svg))](https://github.com/diagrams/diagrams-svg/actions/workflows/haskell-ci.yml)
------------


Expand Down
2 changes: 1 addition & 1 deletion diagrams-svg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Stability: Experimental
Category: Graphics
Build-type: Simple
Cabal-version: >=1.10
Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 || ==9.6.1
Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2
Description: This package provides a modular backend for rendering
diagrams created with the diagrams EDSL to SVG
files. It uses @svg-builder@ to be a native
Expand Down

0 comments on commit f699410

Please sign in to comment.