Skip to content

Commit 7915f0f

Browse files
committed
Bump to agda-2.7.0.1/stdlib-2.2
1 parent d81855d commit 7915f0f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+3-3
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.1
16+
- uses: omelkonian/setup-agda@v2.2
1717
with:
18-
agda-version: 2.7.0
19-
stdlib-version: 2.1.1
18+
agda-version: 2.7.0.1
19+
stdlib-version: 2.2
2020
main: standard-library-classes
2121
deploy: ${{ github.ref == 'refs/heads/master' }}
2222
token: ${{ secrets.GITHUB_TOKEN }}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ We mirror the version numbers of [agda-stdlib](https://github.com/agda/agda-stdl
1212
| [v2.6.4](https://github.com/agda/agda/releases/tag/v2.6.4) | [v1.7.3](https://github.com/agda/agda-stdlib/releases/tag/v1.7.3) | [v1.7.3](https://github.com/agda/agda-stdlib-classes/releases/tag/v1.7.3) |
1313
| [v2.6.4](https://github.com/agda/agda/releases/tag/v2.6.4) | [v2.0](https://github.com/agda/agda-stdlib/releases/tag/v2.0) | [v2.0](https://github.com/agda/agda-stdlib-classes/releases/tag/v2.0) |
1414
| [v2.7.0](https://github.com/agda/agda/releases/tag/v2.7.0) | [v2.1.1](https://github.com/agda/agda-stdlib/releases/tag/v2.1.1) | [v2.1.1](https://github.com/agda/agda-stdlib-classes/releases/tag/v2.1.1) |
15+
| [v2.7.0.1](https://github.com/agda/agda/releases/tag/v2.7.0.1) | [v2.2](https://github.com/agda/agda-stdlib/releases/tag/v2.2) | [v2.2](https://github.com/agda/agda-stdlib-classes/releases/tag/v2.2) |
1516

1617
Minor revisions will append to these major versions (e.g. `v2.1.1b` or `v2.1.1.10`).

0 commit comments

Comments
 (0)