We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956cb19 commit a4f5a71Copy full SHA for a4f5a71
.github/workflows/build-test-deploy.yml
@@ -12,6 +12,7 @@ on:
12
- '.github/workflows/*.yml'
13
branches:
14
- 'master'
15
+ - '9.6'
16
pull_request:
17
18
@@ -29,8 +30,8 @@ jobs:
29
30
strategy:
31
fail-fast: false
32
matrix:
- ghc: ['8.10.7']
33
- cabal: ['3.4.0.0']
+ ghc: ['9.6.3']
34
+ cabal: ['3.10.2.1']
35
36
steps:
37
- uses: actions/checkout@v2
@@ -120,7 +121,7 @@ jobs:
120
121
with:
122
context: .
123
build-args: |
- "HASKELL_VERSION=8.10.7"
124
+ "HASKELL_VERSION=9.6.4"
125
"PROPR_VERSION=1.0.0"
126
push: ${{ github.event_name != 'pull_request' }}
127
tags: ${{ steps.meta.outputs.tags }}
0 commit comments