Skip to content

Commit 2efd5f9

Browse files
MatthewDaggittandreasabel
authored andcommitted
Bump CI tests to Agda-2.6.4 (#2134)
1 parent c111b02 commit 2efd5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if [[ '${{ github.ref }}' == 'refs/heads/master' \
7575
|| '${{ github.base_ref }}' == 'master' ]]; then
7676
# Pick Agda version for master
77-
echo "AGDA_COMMIT=tags/v2.6.3" >> $GITHUB_ENV;
77+
echo "AGDA_COMMIT=tags/v2.6.4" >> $GITHUB_ENV;
7878
echo "AGDA_HTML_DIR=html" >> $GITHUB_ENV
7979
elif [[ '${{ github.ref }}' == 'refs/heads/experimental' \
8080
|| '${{ github.base_ref }}' == 'experimental' ]]; then

0 commit comments

Comments
 (0)