Skip to content

Commit

Permalink
* Update ruby versions to be used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 1, 2024
1 parent ac35baf commit b1d1c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os:
- ubuntu-latest
ruby:
- "3.2"
- "3.3"
gemfile:
- gemfiles/contracts_17_0.gemfile
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
os:
- ubuntu-latest
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
gemfile:
- gemfiles/contracts_17_0.gemfile
allow_failures:
Expand Down

0 comments on commit b1d1c3b

Please sign in to comment.