We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43abe69 commit 010e1d1Copy full SHA for 010e1d1
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
- - uses: omelkonian/setup-agda@v2.2
+ - uses: omelkonian/setup-agda@v2.3
17
with:
18
- agda-version: 2.7.0.1
19
- stdlib-version: 2.2
+ agda-version: 2.8.0
+ stdlib-version: 2.3
20
main: standard-library-classes
21
deploy: ${{ github.ref == 'refs/heads/master' }}
22
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments