Skip to content

Commit

Permalink
Merge pull request #34 from jhrcek/jan/ci-badge
Browse files Browse the repository at this point in the history
Update link to CI badge, bump to latest ghc patch versions
  • Loading branch information
byorgey committed Aug 1, 2023
2 parents c3fbfa9 + a1d7c4e commit c4c1367
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/haskell-ci.yml
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.16.3
# version: 0.16.6
#
# REGENDATA ("0.16.3",["github","diagrams.cabal"])
# REGENDATA ("0.16.6",["github","diagrams.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.5
compilerKind: ghc
compilerVersion: 9.4.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.7
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.7
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,4 +1,4 @@
[![Build Status](http://gondor.hendrix.edu:8080/buildStatus/icon?job=Diagrams HEAD)](http://gondor.hendrix.edu:8080/job/Diagrams%20HEAD/)
[![Build Status](https://github.com/diagrams/diagrams/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/diagrams/diagrams/actions/workflows/haskell-ci.yml)

[diagrams] is a full-featured framework and domain-specific language
(embedded in [Haskell]) for creating declarative vector graphics and
Expand Down
2 changes: 1 addition & 1 deletion diagrams.cabal
Expand Up @@ -73,7 +73,7 @@ Bug-reports: http://github.com/diagrams/diagrams/issues
Category: Graphics
Build-type: Simple
Cabal-version: 1.18
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2
Extra-source-files: README.markdown
extra-doc-files: CHANGES.md

Expand Down

0 comments on commit c4c1367

Please sign in to comment.