diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-02 20:43:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-02 20:43:59 +0200 |
| commit | af09351b66802590073773c4de1022eb8db60adf (patch) | |
| tree | f2a16a770193e3dcfb472d4717be7121ea451c29 /.github | |
| parent | 2324fe795c5eb0106c0f29940df43405104ce243 (diff) | |
| parent | 8c89ba4e76043efc3ba644a5436e92a4624456f7 (diff) | |
Merge pull request #183 from inariksit/ghc-9.6.7
replace 9.6.6 with 9.6.7
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index 1b5ebe37d..4dffba3c1 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -20,7 +20,7 @@ jobs: - "8.6.5" - "8.8.3" - "8.10.7" - - "9.6.6" + - "9.6.7" exclude: - os: macos-latest ghc: 8.8.3 @@ -73,7 +73,7 @@ jobs: fail-fast: false matrix: stack: ["latest"] - ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"] + ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.7"] steps: - uses: actions/checkout@v2 |
