Skip to content

Commit 05f27e6

Browse files
committed
Fine
1 parent 7eaaee7 commit 05f27e6

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)