Skip to content

Commit c233a37

Browse files
authored
Update CI to Agda-2.8.0 and GHC-9.12.2 (#2835)
* Update stack.yaml files to latest minor versions * Update CI to Agda-2.8.0 and GHC-9.12.2 (shipped with ubuntu-24.04)
1 parent 04eeb0a commit c233a37

File tree

6 files changed

+10
-31
lines changed

6 files changed

+10
-31
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ on:
4848
########################################################################
4949

5050
env:
51-
GHC_VERSION: 9.10.1
52-
CABAL_VERSION: 3.12.1.0
51+
GHC_VERSION: 9.12.2
52+
CABAL_VERSION: 3.16.0.0
5353
CABAL_V1_INSTALL: cabal v1-install --ghc-options='-O1 +RTS -M6G -RTS'
5454
CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
5555
AGDA: agda -Werror +RTS -M5G -H3.5G -A128M -RTS -i. -isrc -idoc
@@ -76,11 +76,12 @@ jobs:
7676
if [[ '${{ github.ref }}' == 'refs/heads/experimental' \
7777
|| '${{ github.base_ref }}' == 'experimental' ]]; then
7878
# Pick Agda version for experimental
79-
echo "AGDA_COMMIT=ef912c68fd329ad3046d156e3c1a70a7fec19ba1" >> "${GITHUB_ENV}";
79+
echo "AGDA_COMMIT=3d04bacca842729f9c0869b9287256321b5f450f" >> "${GITHUB_ENV}";
80+
# Andreas, 2025-10-07: 3d04bacca842729f9c0869b9287256321b5f450f is tags/v2.8.0
8081
echo "AGDA_HTML_DIR=html/experimental" >> "${GITHUB_ENV}"
8182
else
8283
# Pick Agda version for master
83-
echo "AGDA_COMMIT=tags/v2.8.0-rc3" >> "${GITHUB_ENV}";
84+
echo "AGDA_COMMIT=tags/v2.8.0" >> "${GITHUB_ENV}";
8485
echo "AGDA_HTML_DIR=html/master" >> "${GITHUB_ENV}"
8586
fi
8687
@@ -148,7 +149,7 @@ jobs:
148149

149150
# By default github actions do not pull the repo
150151
- name: Checkout stdlib
151-
uses: actions/checkout@v4
152+
uses: actions/checkout@v5
152153

153154
- name: Test stdlib
154155
run: |

stack-8.10.5.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

stack-9.4.5.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

stack-8.8.2.yaml renamed to stack-9.4.8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
resolver: lts-15.3
2-
compiler: ghc-8.8.2
1+
resolver: lts-21.25
2+
compiler: ghc-9.4.8
33
compiler-check: match-exact
44

55
packages:

stack-9.6.2.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

stack-8.8.3.yaml renamed to stack-9.6.7.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
resolver: lts-16.5
2-
compiler: ghc-8.8.3
1+
resolver: lts-22.44
2+
compiler: ghc-9.6.7
33
compiler-check: match-exact
44

55
packages:

0 commit comments

Comments
 (0)