Skip to content

Commit a4f5a71

Browse files
committedFeb 10, 2024·
Enable CI on 9.6 branch
1 parent 956cb19 commit a4f5a71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.github/workflows/build-test-deploy.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.github/workflows/*.yml'
1313
branches:
1414
- 'master'
15+
- '9.6'
1516
pull_request:
1617
branches:
1718
- 'master'
@@ -29,8 +30,8 @@ jobs:
2930
strategy:
3031
fail-fast: false
3132
matrix:
32-
ghc: ['8.10.7']
33-
cabal: ['3.4.0.0']
33+
ghc: ['9.6.3']
34+
cabal: ['3.10.2.1']
3435

3536
steps:
3637
- uses: actions/checkout@v2
@@ -120,7 +121,7 @@ jobs:
120121
with:
121122
context: .
122123
build-args: |
123-
"HASKELL_VERSION=8.10.7"
124+
"HASKELL_VERSION=9.6.4"
124125
"PROPR_VERSION=1.0.0"
125126
push: ${{ github.event_name != 'pull_request' }}
126127
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)
Please sign in to comment.