Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 4, 2024
1 parent 2525872 commit f29ccba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pull-requests: write
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']

steps:
# Only execute if there's a PR attached to this branch.
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
# Test result
cat datadog.gemspec | grep -e allowed_push_host
- name: Build gem
run: |
echo "Current directory: $(pwd)"
bundle exec rake build
run: bundle exec rake build
- name: List gem
run: |
find pkg
Expand Down

0 comments on commit f29ccba

Please sign in to comment.