We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd019d commit 087f78fCopy full SHA for 087f78f
.github/workflows/test-external.yaml
@@ -21,6 +21,7 @@ jobs:
21
ruby:
22
- "3.1"
23
- "3.2"
24
+ - "3.3"
25
26
steps:
27
- uses: actions/checkout@v3
.github/workflows/test.yaml
@@ -23,6 +23,7 @@ jobs:
28
experimental: [false]
29
config/external.yaml
@@ -12,10 +12,10 @@ async-dns:
12
command: bundle exec rspec
13
async-http:
14
url: https://github.com/socketry/async-http.git
15
- command: bundle exec rspec
+ command: bundle exec sus
16
falcon:
17
url: https://github.com/socketry/falcon.git
18
19
async-rest:
20
url: https://github.com/socketry/async-rest.git
0 commit comments