Skip to content

Commit

Permalink
Testing on Ruby 3.3. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored Jan 1, 2024
1 parent ffd019d commit 087f78f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
ruby:
- "3.1"
- "3.2"
- "3.3"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
ruby:
- "3.1"
- "3.2"
- "3.3"

experimental: [false]

Expand Down
4 changes: 2 additions & 2 deletions config/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ async-dns:
command: bundle exec rspec
async-http:
url: https://github.com/socketry/async-http.git
command: bundle exec rspec
command: bundle exec sus
falcon:
url: https://github.com/socketry/falcon.git
command: bundle exec rspec
command: bundle exec sus
async-rest:
url: https://github.com/socketry/async-rest.git
command: bundle exec rspec

0 comments on commit 087f78f

Please sign in to comment.