Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ on:
########################################################################

env:
GHC_VERSION: 9.10.1
CABAL_VERSION: 3.12.1.0
GHC_VERSION: 9.12.2
CABAL_VERSION: 3.16.0.0
CABAL_V1_INSTALL: cabal v1-install --ghc-options='-O1 +RTS -M6G -RTS'
CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
AGDA: agda -Werror +RTS -M5G -H3.5G -A128M -RTS -i. -isrc -idoc
Expand All @@ -76,11 +76,12 @@ jobs:
if [[ '${{ github.ref }}' == 'refs/heads/experimental' \
|| '${{ github.base_ref }}' == 'experimental' ]]; then
# Pick Agda version for experimental
echo "AGDA_COMMIT=ef912c68fd329ad3046d156e3c1a70a7fec19ba1" >> "${GITHUB_ENV}";
echo "AGDA_COMMIT=3d04bacca842729f9c0869b9287256321b5f450f" >> "${GITHUB_ENV}";
# Andreas, 2025-10-07: 3d04bacca842729f9c0869b9287256321b5f450f is tags/v2.8.0
echo "AGDA_HTML_DIR=html/experimental" >> "${GITHUB_ENV}"
else
# Pick Agda version for master
echo "AGDA_COMMIT=tags/v2.8.0-rc3" >> "${GITHUB_ENV}";
echo "AGDA_COMMIT=tags/v2.8.0" >> "${GITHUB_ENV}";
echo "AGDA_HTML_DIR=html/master" >> "${GITHUB_ENV}"
fi

Expand Down Expand Up @@ -148,7 +149,7 @@ jobs:

# By default github actions do not pull the repo
- name: Checkout stdlib
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Test stdlib
run: |
Expand Down
10 changes: 0 additions & 10 deletions stack-8.10.5.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions stack-9.4.5.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions stack-8.8.2.yaml → stack-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver: lts-15.3
compiler: ghc-8.8.2
resolver: lts-21.25
compiler: ghc-9.4.8
compiler-check: match-exact

packages:
Expand Down
6 changes: 0 additions & 6 deletions stack-9.6.2.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions stack-8.8.3.yaml → stack-9.6.7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver: lts-16.5
compiler: ghc-8.8.3
resolver: lts-22.44
compiler: ghc-9.6.7
compiler-check: match-exact

packages:
Expand Down