Skip to content

Commit cb30102

Browse files
andreasabelhasufell
authored andcommitted
Bump CI to GHC 9.8 and latest actions
1 parent 00bf6dd commit cb30102

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-22.04, macOS-latest]
19-
ghc: ['9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
19+
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Setup toolchain
2323
run: |
2424
which ghcup
2525
ghcup install cabal recommended
2626
ghcup install ghc --set ${{ matrix.ghc }}
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
name: Cache cabal stuff
2929
with:
3030
path: |
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl autoconf
5656
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
- name: Test
5959
run: |
6060
source ~/.ghcup/env
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
dnf install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl autoconf
7575
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
76-
- uses: actions/checkout@v3
76+
- uses: actions/checkout@v4
7777
- name: Test
7878
run: |
7979
source ~/.ghcup/env
@@ -117,7 +117,7 @@ jobs:
117117
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
118118

119119
- name: Checkout code
120-
uses: actions/checkout@v3
120+
uses: actions/checkout@v4
121121

122122
- if: matrix.arch == 'arm32v7'
123123
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
@@ -130,4 +130,3 @@ jobs:
130130
name: Run build (arm64v8 linux)
131131
with:
132132
args: sh -c "cabal update && autoreconf -i && cabal test all --test-show-details=direct"
133-

0 commit comments

Comments
 (0)