Skip to content

Commit

Permalink
Add GHC 9.8.1 config and CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Mar 19, 2024
1 parent f60609e commit deecf0f
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ common:ghc_9_4_5 --repo_env=GHC_VERSION=9.4.5

common:ghc_9_6_2 --repo_env=GHC_VERSION=9.6.2

common:ghc_9_8_1 --repo_env=GHC_VERSION=9.8.1

# Try to load a file that includes the remote cache authentication flag
try-import %workspace%/.bazelrc.auth

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ["ghc_8_10_7", "ghc_9_0_2", "ghc_9_2_5", "ghc_9_4_5", "ghc_9_6_2"]
ghc-version: ["ghc_8_10_7", "ghc_9_0_2", "ghc_9_2_5", "ghc_9_4_5", "ghc_9_6_2", "ghc_9_8_1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit deecf0f

Please sign in to comment.