tangled
alpha
login
or
join now
mackuba.eu
/
didkit
1
fork
atom
A library for handling DID identifiers used in Bluesky AT Protocol
1
fork
atom
overview
issues
pulls
pipelines
test on all rubies from 2.6 to 3.4
mackuba.eu
2 months ago
5741b942
b8ba6f95
+3
1 changed file
expand all
collapse all
unified
split
.github
workflows
main.yml
+3
.github/workflows/main.yml
···
14
14
strategy:
15
15
matrix:
16
16
ruby:
17
17
+
- '2.6'
17
18
- '2.7'
18
19
- '3.0'
19
20
- '3.1'
20
21
- '3.2'
22
22
+
- '3.3'
23
23
+
- '3.4'
21
24
22
25
steps:
23
26
- uses: actions/checkout@v3