File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - uses : omelkonian/setup-agda@v2.1
16
+ - uses : omelkonian/setup-agda@v2.2
17
17
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
20
20
main : standard-library-classes
21
21
deploy : ${{ github.ref == 'refs/heads/master' }}
22
22
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ We mirror the version numbers of [agda-stdlib](https://github.com/agda/agda-stdl
12
12
| [ 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 ) |
13
13
| [ 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 ) |
14
14
| [ 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 ) |
15
16
16
17
Minor revisions will append to these major versions (e.g. ` v2.1.1b ` or ` v2.1.1.10 ` ).
You can’t perform that action at this time.
0 commit comments