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 ff1a53a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -32,4 +32,4 @@ jobs:

- name: Run tests
timeout-minutes: 5
run: bundle exec rspec
run: bundle exec bake test
4 changes: 2 additions & 2 deletions .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 All @@ -32,4 +32,4 @@ jobs:

- name: Run tests
timeout-minutes: 5
run: bundle exec rspec
run: bundle exec bake test

0 comments on commit ff1a53a

Please sign in to comment.