Skip to content

Commit

Permalink
Run async-v1 tests on Ruby v3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 20, 2024
1 parent e6c0638 commit de10dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/async-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- ubuntu

ruby:
- 2.7
- 3.0

env:
BUNDLE_GEMFILE: gems/async-v1.rb
Expand Down
2 changes: 1 addition & 1 deletion gems/async-v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

source 'https://rubygems.org'

gemspec path: "../"
eval_gemfile "../gems.rb"

gem 'async', '~> 1.0'

0 comments on commit de10dba

Please sign in to comment.