From 72842fcfedec67a7817630556c60a8dd4cddc1bd Mon Sep 17 00:00:00 2001 From: Orestis Melkonian Date: Thu, 6 Mar 2025 16:51:59 +0000 Subject: [PATCH] Bump to agda-2.7.0.1/stdlib-2.2 --- .github/workflows/ci.yml | 6 +++--- README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fbbb35..4bdd182 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@v2.1 + - uses: omelkonian/setup-agda@v2.2 with: - agda-version: 2.7.0 - stdlib-version: 2.1.1 + agda-version: 2.7.0.1 + stdlib-version: 2.2 main: standard-library-classes deploy: ${{ github.ref == 'refs/heads/master' }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 2c919f5..203fcc1 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ We mirror the version numbers of [agda-stdlib](https://github.com/agda/agda-stdl | [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) | | [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) | | [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) | +| [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) | Minor revisions will append to these major versions (e.g. `v2.1.1b` or `v2.1.1.10`).