File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,17 @@ jobs:
2525 fail-fast : true
2626 matrix :
2727 os : [ubuntu-latest, macOS-latest, windows-latest]
28- ghc-version : ["9.2"]
29- include :
30- - os : ubuntu-latest
28+ ghc-version : ["8.10", "9.0", "9.2"]
29+ exclude :
30+ - os : macOS-latest
31+ ghc-version : " 8.10"
32+ - os : macOS-latest
33+ ghc-version : " 9.0"
34+ - os : windows-latest
3135 ghc-version : " 8.10"
32- - os : ubuntu -latest
36+ - os : windows -latest
3337 ghc-version : " 9.0"
38+ include :
3439 - experimental : false
3540
3641 name : Build on ${{ matrix.os }} with GHC-${{ matrix.ghc-version }}
@@ -103,12 +108,12 @@ jobs:
103108 if : github.event_name == 'push'
104109 uses : ./.github/workflows/publish.yml
105110 with :
106- artifact-name : Website HEAD Linux GHC-9.2.4
111+ artifact-name : Website HEAD Linux GHC-9.2
107112
108113 release :
109114 name : Publish to GitHub Releases
110115 needs : [build]
111116 if : startsWith(github.ref, 'refs/tags/v')
112117 uses : ./.github/workflows/release.yml
113118 with :
114- artifact-name : Website HEAD Linux GHC-9.2.4
119+ artifact-name : Website HEAD Linux GHC-9.2
You can’t perform that action at this time.
0 commit comments