A library for handling DID identifiers used in Bluesky AT Protocol

test on all rubies from 2.6 to 3.4

+3
+3
.github/workflows/main.yml
··· 14 14 strategy: 15 15 matrix: 16 16 ruby: 17 + - '2.6' 17 18 - '2.7' 18 19 - '3.0' 19 20 - '3.1' 20 21 - '3.2' 22 + - '3.3' 23 + - '3.4' 21 24 22 25 steps: 23 26 - uses: actions/checkout@v3