From 6508eacb81b3eb55c9503f2b9171371c81580d80 Mon Sep 17 00:00:00 2001 From: Orestis Melkonian Date: Fri, 13 Sep 2024 16:16:08 +0300 Subject: [PATCH] Bump versions to agda-2.7.0/stdlib-2.1.1 --- .github/workflows/ci.yml | 6 +++--- README.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac6f0d6..61b32c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/README.md b/README.md index 426009c..a5650aa 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`). +Minor revisions will append to these major versions (e.g. `v2.1.1b` or `v2.1.1.10`).