Skip to content

Commit

Permalink
Update Ruby versions in test workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 27, 2023
1 parent 39dd14d commit 2ee58a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-async-head.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ubuntu

ruby:
- "3.1"
- "3.2"

env:
BUNDLE_GEMFILE: gems/async-head.rb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-async-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ubuntu

ruby:
- "2.7"
- "3.0"

env:
BUNDLE_GEMFILE: gems/async-v1.rb
Expand Down

0 comments on commit 2ee58a1

Please sign in to comment.