Skip to content

Commit

Permalink
github: bump haskell setup; add python 3.9
Browse files Browse the repository at this point in the history
- switch to official Haskell setup version
- add python 3.9 to the test, because that is the version our docker
  containers have

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Nov 2, 2023
1 parent c196c88 commit 3d423db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.x' ]
python-version: [ '3.9', '3.x' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install libxml2-utils
- uses: actions/setup[email protected]
- uses: haskell/actions/setup@v2
with:
enable-stack: true
stack-setup-ghc: true
Expand Down

0 comments on commit 3d423db

Please sign in to comment.