File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4848# #######################################################################
4949
5050env :
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 : |
You can’t perform that action at this time.
0 commit comments