Skip to content

Commit

Permalink
tests.yml: Bump stackage resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Aug 17, 2024
1 parent 14e1c4c commit 778f09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
resolver: [lts-16, lts-15, lts-14]
resolver: [lts-22, lts-21, lts-20, lts-19]

steps:
- name: Clone project
Expand All @@ -34,5 +34,5 @@ jobs:
set -ex
curl -sSL https://get.haskellstack.org/ | sh -s - -f
sudo apt install -y libasound2 libasound2-dev libxrandr-dev libtinfo-dev
sudo apt install -y libx11-dev libgmp-dev libxss-dev libxft-dev
sudo apt install -y libx11-dev libgmp-dev libxss-dev libxft-dev
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}

0 comments on commit 778f09a

Please sign in to comment.