Skip to content

Commit

Permalink
Bump versions to agda-2.7.0/stdlib-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Sep 13, 2024
1 parent 019fa17 commit 6508eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: omelkonian/setup-agda@master
- uses: omelkonian/setup-agda@05cd070092e2a7f4131164ba557c962272ae001a
with:
agda-version: 2.6.4
stdlib-version: 2.0
agda-version: 2.7.0
stdlib-version: 2.1.1
main: Classes
deploy: ${{ github.ref == 'refs/heads/master' }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ We mirror the version numbers of [agda-stdlib](https://github.com/agda/agda-stdl
| [v2.6.3](https://github.com/agda/agda/releases/tag/v2.6.3) | [v1.7.2](https://github.com/agda/agda-stdlib/releases/tag/v1.7.2) | [v1.7.2](https://github.com/omelkonian/agda-stdlib-classes/releases/tag/v1.7.2) |
| [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/omelkonian/agda-stdlib-classes/releases/tag/v1.7.3) |
| [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/omelkonian/agda-stdlib-classes/releases/tag/v2.0) |
| [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/omelkonian/agda-stdlib-classes/releases/tag/v2.1.1) |

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

0 comments on commit 6508eac

Please sign in to comment.