diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 959167f..a8b8bda 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: build: runs-on: docker container: - image: fpco/stack-build:lts-24.11 + image: haskell:9.10 steps: - name: Install Node.js (for actions) run: | @@ -20,14 +20,12 @@ jobs: apt-get install -y nodejs - name: Checkout code - uses: https://github.com/actions/checkout@v4 + uses: actions/checkout@v4 - name: Check versions run: | ghc --version cabal --version - stack --version - node --version - name: Cache Cabal packages uses: https://github.com/actions/cache@v4