From ca93ec1abe88f137637230a5f0b1425d12c504e9 Mon Sep 17 00:00:00 2001 From: Orestis Melkonian Date: Thu, 12 Sep 2024 17:18:30 +0300 Subject: [PATCH] Bump versions to agda-2.7.0/stdlib-2.1.1 --- .github/workflows/ci.yml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac6f0d6..7646c95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v3 - uses: omelkonian/setup-agda@master 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 }} diff --git a/README.md b/README.md index 426009c..c6607fb 100644 --- a/README.md +++ b/README.md @@ -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`).