Skip to content

Commit 454d18c

Browse files
committed
Bump to agda-2.8.0
1 parent 025b4d7 commit 454d18c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: omelkonian/setup-agda@v2.2
16+
- uses: omelkonian/setup-agda@v2.3
1717
with:
18-
agda-version: 2.7.0.1
19-
stdlib-version: 2.2
18+
agda-version: 2.8.0
19+
stdlib-version: 2.3
2020
main: standard-library-classes
2121
deploy: ${{ github.ref == 'refs/heads/master' }}
2222
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)