Skip to content

Commit 087f78f

Browse files
authored
Testing on Ruby 3.3. (#294)
1 parent ffd019d commit 087f78f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test-external.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
ruby:
2222
- "3.1"
2323
- "3.2"
24+
- "3.3"
2425

2526
steps:
2627
- uses: actions/checkout@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
ruby:
2424
- "3.1"
2525
- "3.2"
26+
- "3.3"
2627

2728
experimental: [false]
2829

config/external.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ async-dns:
1212
command: bundle exec rspec
1313
async-http:
1414
url: https://github.com/socketry/async-http.git
15-
command: bundle exec rspec
15+
command: bundle exec sus
1616
falcon:
1717
url: https://github.com/socketry/falcon.git
18-
command: bundle exec rspec
18+
command: bundle exec sus
1919
async-rest:
2020
url: https://github.com/socketry/async-rest.git
2121
command: bundle exec rspec

0 commit comments

Comments
 (0)